Reorg
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user