Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
2749:4b8271399f67 | 2750:ae495f27b316 |
---|---|
45 | 45 |
46 log = getLogger(__name__) | 46 log = getLogger(__name__) |
47 | 47 |
48 PLUGIN_INFO = { | 48 PLUGIN_INFO = { |
49 C.PI_NAME: u"OMEMO", | 49 C.PI_NAME: u"OMEMO", |
50 C.PI_IMPORT_NAME: u"OMEMO", | 50 C.PI_IMPORT_NAME: u"XEP-0384", |
51 C.PI_TYPE: u"SEC", | 51 C.PI_TYPE: u"SEC", |
52 C.PI_PROTOCOLS: [u"XEP-0384"], | 52 C.PI_PROTOCOLS: [u"XEP-0384"], |
53 C.PI_DEPENDENCIES: [u"XEP-0163", u"XEP-0280", u"XEP-0334", u"XEP-0060"], | 53 C.PI_DEPENDENCIES: [u"XEP-0163", u"XEP-0280", u"XEP-0334", u"XEP-0060"], |
54 C.PI_MAIN: u"OMEMO", | 54 C.PI_MAIN: u"OMEMO", |
55 C.PI_HANDLER: u"no", | 55 C.PI_HANDLER: u"no", |