diff sat/plugins/plugin_xep_0059.py @ 3738:ffa8c8c78115

plugin XEP-0059, cache: allow those plugins to work in component mode rel 364
author Goffi <goffi@goffi.org>
date Tue, 22 Mar 2022 17:00:42 +0100
parents 766729ac4146
children 524856bd7b19
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0059.py	Tue Mar 22 17:00:42 2022 +0100
+++ b/sat/plugins/plugin_xep_0059.py	Tue Mar 22 17:00:42 2022 +0100
@@ -35,6 +35,7 @@
     C.PI_NAME: "Result Set Management",
     C.PI_IMPORT_NAME: "XEP-0059",
     C.PI_TYPE: "XEP",
+    C.PI_MODES: C.PLUG_MODE_BOTH,
     C.PI_PROTOCOLS: ["XEP-0059"],
     C.PI_MAIN: "XEP_0059",
     C.PI_HANDLER: "yes",