proto contactcard to _
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2024-01-01 22:45:54 +01:00
parent 25cf1808e3
commit 9283764f42
3 changed files with 114 additions and 112 deletions

View File

@ -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