This commit is contained in:
ycc
2022-09-06 09:30:45 +02:00
parent 86f222a7df
commit 37fadc5bb3
16 changed files with 944 additions and 619 deletions

View File

@ -72,6 +72,15 @@ message Server {
int32 ConfidenceLevel = 5;
}
message ContactCard {
string name=1;
string contactPublicKey =2;
string encryptionPublicKey= 3;
string lookupPublicKey =4;
repeated Server PullServers =5;
}
message MinimalContact {
string name=1;
string publicKey=2;