From 54fe3b9a436025240197e4eb7a0a354bfdc17c10 Mon Sep 17 00:00:00 2001 From: Chris Eager Date: Tue, 24 Aug 2021 12:55:58 -0500 Subject: [PATCH] Update TextSecure.proto --- service/src/main/proto/TextSecure.proto | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/service/src/main/proto/TextSecure.proto b/service/src/main/proto/TextSecure.proto index 8f1ac3605..f0100dc84 100644 --- a/service/src/main/proto/TextSecure.proto +++ b/service/src/main/proto/TextSecure.proto @@ -31,16 +31,17 @@ message Envelope { PLAINTEXT_CONTENT = 8; // for decryption error receipts } - optional Type type = 1; - optional string source = 2; - optional string sourceUuid = 11; - optional uint32 sourceDevice = 7; - optional string relay = 3; - optional uint64 timestamp = 5; - optional bytes legacyMessage = 6; // Contains an encrypted DataMessage XXX -- Remove after 10/01/15 - optional bytes content = 8; // Contains an encrypted Content - optional string serverGuid = 9; + optional Type type = 1; + optional string source = 2; + optional string sourceUuid = 11; + optional uint32 sourceDevice = 7; + optional string relay = 3; + optional uint64 timestamp = 5; + optional bytes legacyMessage = 6; // Contains an encrypted DataMessage XXX -- Remove after 10/01/15 + optional bytes content = 8; // Contains an encrypted Content + optional string serverGuid = 9; optional uint64 server_timestamp = 10; + optional bool ephemeral = 12; // indicates that the message should not be persisted if the recipient is offline } message ProvisioningUuid {