# HG changeset patch # User Goffi # Date 1534004695 -7200 # Node ID 9190874a8ac5912fa987ca136d0cf01bf31b50c7 # Parent 8cacf7929f3c727ee546269f5966b4bea535f503 plugin otr: use namespace specified in XEP-0378 diff -r 8cacf7929f3c -r 9190874a8ac5 sat/plugins/plugin_sec_otr.py --- a/sat/plugins/plugin_sec_otr.py Sat Aug 11 18:24:55 2018 +0200 +++ b/sat/plugins/plugin_sec_otr.py Sat Aug 11 18:24:55 2018 +0200 @@ -49,7 +49,7 @@ C.PI_DESCRIPTION: _(u"""Implementation of OTR"""), } -NS_OTR = "otr_plugin" +NS_OTR = "urn:xmpp:otr:0" PRIVATE_KEY = "PRIVATE KEY" OTR_MENU = D_(u"OTR") AUTH_TXT = D_(