diff sat/plugins/plugin_xep_0163.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 be6d91572633
children 5d72dc52ee4a
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0163.py	Tue Jan 25 17:25:10 2022 +0100
+++ b/sat/plugins/plugin_xep_0163.py	Tue Jan 25 17:26:05 2022 +0100
@@ -35,6 +35,7 @@
     C.PI_NAME: "Personal Eventing Protocol Plugin",
     C.PI_IMPORT_NAME: "XEP-0163",
     C.PI_TYPE: "XEP",
+    C.PI_MODES: C.PLUG_MODE_BOTH,
     C.PI_PROTOCOLS: ["XEP-0163", "XEP-0107"],
     C.PI_DEPENDENCIES: ["XEP-0060"],
     C.PI_MAIN: "XEP_0163",