This commit is contained in:
@ -110,13 +110,13 @@ message ServerCard {
|
||||
// structure describing a user contact card ie the minimum set of attributes for exchanging identities
|
||||
message ContactCard {
|
||||
string name=1; // contact nickname
|
||||
string contactPublicKey =2; // contact public key, will be used to authenticate her/his messages
|
||||
string encryptionPublicKey= 3; // public key you must use to to write encrypted messages to that contact
|
||||
string lookupPublicKey =4; // public key you will use as "destination identifier" for her/him to lookup for your messages on the servers
|
||||
repeated ServerCard pullServers =5; // list the servers where the contact will look for messages from you
|
||||
string contact_public_key =2; // contact public key, will be used to authenticate her/his messages
|
||||
string encryption_public_key= 3; // public key you must use to to write encrypted messages to that contact
|
||||
string lookup_public_key =4; // public key you will use as "destination identifier" for her/him to lookup for your messages on the servers
|
||||
repeated ServerCard pull_servers =5; // list the servers where the contact will look for messages from you
|
||||
uint32 version = 6;
|
||||
string invitationId=7;
|
||||
string invitationMessage=8;
|
||||
string invitation_id=7;
|
||||
string invitation_message=8;
|
||||
}
|
||||
|
||||
// structure for sending a message to be forwarded to another user in protobuf format
|
||||
|
Reference in New Issue
Block a user