Mercurial > libervia-backend
diff libervia/backend/plugins/plugin_xep_0359.py @ 4183:6784d07b99c8
plugin XEP-053, component AP gateway: use the new `trigger.add_with_check` method
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 09 Dec 2023 19:20:13 +0100 |
parents | 2729d424dee7 |
children | 9cda0347e0ac |
line wrap: on
line diff
--- a/libervia/backend/plugins/plugin_xep_0359.py Sat Dec 09 19:19:26 2023 +0100 +++ b/libervia/backend/plugins/plugin_xep_0359.py Sat Dec 09 19:20:13 2023 +0100 @@ -36,6 +36,7 @@ C.PI_NAME: "Unique and Stable Stanza IDs", C.PI_IMPORT_NAME: "XEP-0359", C.PI_TYPE: "XEP", + C.PI_MODES: C.PLUG_MODE_BOTH, C.PI_PROTOCOLS: ["XEP-0359"], C.PI_MAIN: "XEP_0359", C.PI_HANDLER: "yes",