diff sat/core/constants.py @ 3173:343b8076e967

core (xmpp): new message key to handle attachments
author Goffi <goffi@goffi.org>
date Tue, 18 Feb 2020 18:17:14 +0100
parents c3e8ddf3a071
children d92a144f3589
line wrap: on
line diff
--- a/sat/core/constants.py	Tue Feb 18 18:13:19 2020 +0100
+++ b/sat/core/constants.py	Tue Feb 18 18:17:14 2020 +0100
@@ -133,6 +133,9 @@
     MESS_KEY_ENCRYPTED = "encrypted"
     MESS_KEY_TRUSTED = "trusted"
 
+    MESS_KEY_ATTACHMENTS = "attachments"
+    MESS_KEY_MEDIA_TYPE = "media_type"
+
     # File encryption algorithms
     ENC_AES_GCM = "AES-GCM"