diff libervia/backend/core/constants.py @ 4163:3b3cd9453d9b

plugin XEP-0308: implement Last Message Correction
author Goffi <goffi@goffi.org>
date Tue, 28 Nov 2023 17:38:31 +0100
parents a8a0fa678ce2
children a1f7040b5a15
line wrap: on
line diff
--- a/libervia/backend/core/constants.py	Tue Nov 28 17:37:02 2023 +0100
+++ b/libervia/backend/core/constants.py	Tue Nov 28 17:38:31 2023 +0100
@@ -130,6 +130,7 @@
     MESS_EXTRA_INFO = "info_type"
     EXTRA_INFO_DECR_ERR = "DECRYPTION_ERROR"
     EXTRA_INFO_ENCR_ERR = "ENCRYPTION_ERROR"
+    MESS_EXTRA_EDITIONS = "editions"
 
     # encryption is a key for plugins
     MESS_KEY_ENCRYPTION: Final = "ENCRYPTION"