mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 12:48:04 +01:00
Add binary representation fields for service IDs/UUIDs
This commit is contained in:
committed by
Jon Chambers
parent
aaa36fd8f5
commit
dcc541f86e
@@ -35,7 +35,11 @@ message Envelope {
|
||||
optional bool story = 16; // indicates that the content is a story.
|
||||
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
|
||||
// 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 {
|
||||
|
||||
Reference in New Issue
Block a user