Retire the (long-unused!) `KEY_EXCHANGE` envelope type
This commit is contained in:
parent
46aefc0cbe
commit
12576daf1f
|
@ -11,13 +11,13 @@ option java_outer_classname = "MessageProtos";
|
||||||
|
|
||||||
message Envelope {
|
message Envelope {
|
||||||
enum Type {
|
enum Type {
|
||||||
|
reserved 2, 7;
|
||||||
|
|
||||||
UNKNOWN = 0;
|
UNKNOWN = 0;
|
||||||
CIPHERTEXT = 1;
|
CIPHERTEXT = 1;
|
||||||
KEY_EXCHANGE = 2;
|
|
||||||
PREKEY_BUNDLE = 3;
|
PREKEY_BUNDLE = 3;
|
||||||
SERVER_DELIVERY_RECEIPT = 5;
|
SERVER_DELIVERY_RECEIPT = 5;
|
||||||
UNIDENTIFIED_SENDER = 6;
|
UNIDENTIFIED_SENDER = 6;
|
||||||
reserved 7;
|
|
||||||
PLAINTEXT_CONTENT = 8; // for decryption error receipts
|
PLAINTEXT_CONTENT = 8; // for decryption error receipts
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue