Philipp Hörist pushed to branch master at gajim / gajim


Commits:
bcfd5089 by Philipp Hörist at 2026-08-28T20:27:52+02:00
imprv: Improve encryption error message

Make it easier to discover which protocol was used

Fixes #12790

- - - - -


1 changed file:

- gajim/common/const.py


Changes:

=====================================
gajim/common/const.py
=====================================
@@ -364,8 +364,8 @@ class Draft:
     "jabber:x:encrypted": "PGP",
     "urn:xmpp:openpgp:0": "OpenPGP",
     "eu.siacs.conversations.axolotl": "OMEMO",
-    "urn:xmpp:omemo:1": "OMEMO",
-    "urn:xmpp:omemo:2": "OMEMO",
+    "urn:xmpp:omemo:1": "OMEMO1",
+    "urn:xmpp:omemo:2": "OMEMO2",
 }
 
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/bcfd5089e6da69fa91c4c32b855f9403ccd5872e

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/bcfd5089e6da69fa91c4c32b855f9403ccd5872e
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to