Integrate invitation process in router

This commit is contained in:
ycc
2023-08-31 23:38:03 +02:00
parent 5eb06ebcc5
commit d082724432
4 changed files with 234 additions and 190 deletions

View File

@ -23,6 +23,7 @@ message Invitation {
string password = 4;
string url = 5;
int64 expiry = 6;
int32 step = 7;
}
// structure defining a message for a server, that will be encrypted, then sent in a "packedmessage" payload