changeset 2657:9190874a8ac5

plugin otr: use namespace specified in XEP-0378
author Goffi <goffi@goffi.org>
date Sat, 11 Aug 2018 18:24:55 +0200
parents 8cacf7929f3c
children 4e130cc9bfc0
files sat/plugins/plugin_sec_otr.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_(