Add binary representation fields for service IDs/UUIDs
This commit is contained in:
parent
aaa36fd8f5
commit
dcc541f86e
|
@ -35,7 +35,11 @@ message Envelope {
|
||||||
optional bool story = 16; // indicates that the content is a story.
|
optional bool story = 16; // indicates that the content is a story.
|
||||||
optional bytes report_spam_token = 17; // token sent when reporting spam
|
optional bytes report_spam_token = 17; // token sent when reporting spam
|
||||||
optional bytes shared_mrm_key = 18; // indicates content should be fetched from multi-recipient message datastore
|
optional bytes shared_mrm_key = 18; // indicates content should be fetched from multi-recipient message datastore
|
||||||
// next: 19
|
optional bytes source_service_id_binary = 19; // service ID binary (i.e. 16 byte UUID for ACI, 1 byte prefix + 16 byte UUID for PNI)
|
||||||
|
optional bytes destination_service_id_binary = 20; // service ID binary (i.e. 16 byte UUID for ACI, 1 byte prefix + 16 byte UUID for PNI)
|
||||||
|
optional bytes server_guid_binary = 21; // 16-byte UUID
|
||||||
|
optional bytes updated_pni_binary = 22; // 16-byte UUID
|
||||||
|
// next: 22
|
||||||
}
|
}
|
||||||
|
|
||||||
message ProvisioningAddress {
|
message ProvisioningAddress {
|
||||||
|
|
Loading…
Reference in New Issue