diff sat/plugins/plugin_misc_text_syntaxes.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 09f5ac48ffe3
children 524856bd7b19
line wrap: on
line diff
--- a/sat/plugins/plugin_misc_text_syntaxes.py	Tue Jan 25 17:25:10 2022 +0100
+++ b/sat/plugins/plugin_misc_text_syntaxes.py	Tue Jan 25 17:26:05 2022 +0100
@@ -145,6 +145,7 @@
     C.PI_NAME: "Text syntaxes",
     C.PI_IMPORT_NAME: "TEXT_SYNTAXES",
     C.PI_TYPE: "MISC",
+    C.PI_MODES: C.PLUG_MODE_BOTH,
     C.PI_PROTOCOLS: [],
     C.PI_DEPENDENCIES: [],
     C.PI_MAIN: "TextSyntaxes",