Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0277.py Tue Jan 25 17:25:10 2022 +0100 +++ b/sat/plugins/plugin_xep_0277.py Tue Jan 25 17:26:05 2022 +0100 @@ -62,6 +62,7 @@ C.PI_NAME: "Microblogging over XMPP Plugin", C.PI_IMPORT_NAME: "XEP-0277", C.PI_TYPE: "XEP", + C.PI_MODES: C.PLUG_MODE_BOTH, C.PI_PROTOCOLS: ["XEP-0277"], C.PI_DEPENDENCIES: ["XEP-0163", "XEP-0060", "TEXT_SYNTAXES"], C.PI_RECOMMENDATIONS: ["XEP-0059", "EXTRA-PEP", "PUBSUB_CACHE"],