Add contact sync request protocol
This commit is contained in:
parent
f32ff58953
commit
2f935dfd5e
4 changed files with 49 additions and 4 deletions
|
@ -52,9 +52,18 @@ message SyncMessage {
|
|||
optional GroupContext group = 1;
|
||||
}
|
||||
|
||||
message Request {
|
||||
enum Type {
|
||||
UNKNOWN = 0;
|
||||
CONTACTS = 1;
|
||||
}
|
||||
optional Type type = 1;
|
||||
}
|
||||
|
||||
optional Sent sent = 1;
|
||||
optional Contacts contacts = 2;
|
||||
optional Group group = 3;
|
||||
optional Request request = 4;
|
||||
}
|
||||
|
||||
message AttachmentPointer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue