diff sat/plugins/plugin_xep_0384.py @ 2750:ae495f27b316

plugin XEP-0380: Explicit Message Encryption implementation
author Goffi <goffi@goffi.org>
date Fri, 04 Jan 2019 11:14:53 +0100
parents 3ee396b2ecf3
children 3bea6b5ae972
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0384.py	Fri Jan 04 11:14:17 2019 +0100
+++ b/sat/plugins/plugin_xep_0384.py	Fri Jan 04 11:14:53 2019 +0100
@@ -47,7 +47,7 @@
 
 PLUGIN_INFO = {
     C.PI_NAME: u"OMEMO",
-    C.PI_IMPORT_NAME: u"OMEMO",
+    C.PI_IMPORT_NAME: u"XEP-0384",
     C.PI_TYPE: u"SEC",
     C.PI_PROTOCOLS: [u"XEP-0384"],
     C.PI_DEPENDENCIES: [u"XEP-0163", u"XEP-0280", u"XEP-0334", u"XEP-0060"],