Mercurial > libervia-backend
comparison sat/plugins/plugin_xep_0277.py @ 3726:33d75cd3c371
plugin XEP-0060, XEP-0163, XEP-0277, text syntaxes: make those plugins usable with components
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 25 Jan 2022 17:26:05 +0100 |
parents | a0c08fcfe11e |
children | ea6fda69bb9f |
comparison
equal
deleted
inserted
replaced
3725:9b45f0f168cf | 3726:33d75cd3c371 |
---|---|
60 | 60 |
61 PLUGIN_INFO = { | 61 PLUGIN_INFO = { |
62 C.PI_NAME: "Microblogging over XMPP Plugin", | 62 C.PI_NAME: "Microblogging over XMPP Plugin", |
63 C.PI_IMPORT_NAME: "XEP-0277", | 63 C.PI_IMPORT_NAME: "XEP-0277", |
64 C.PI_TYPE: "XEP", | 64 C.PI_TYPE: "XEP", |
65 C.PI_MODES: C.PLUG_MODE_BOTH, | |
65 C.PI_PROTOCOLS: ["XEP-0277"], | 66 C.PI_PROTOCOLS: ["XEP-0277"], |
66 C.PI_DEPENDENCIES: ["XEP-0163", "XEP-0060", "TEXT_SYNTAXES"], | 67 C.PI_DEPENDENCIES: ["XEP-0163", "XEP-0060", "TEXT_SYNTAXES"], |
67 C.PI_RECOMMENDATIONS: ["XEP-0059", "EXTRA-PEP", "PUBSUB_CACHE"], | 68 C.PI_RECOMMENDATIONS: ["XEP-0059", "EXTRA-PEP", "PUBSUB_CACHE"], |
68 C.PI_MAIN: "XEP_0277", | 69 C.PI_MAIN: "XEP_0277", |
69 C.PI_HANDLER: "yes", | 70 C.PI_HANDLER: "yes", |