Mercurial > libervia-backend
comparison libervia/backend/plugins/plugin_xep_0045.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 | 453e53dfc50e |
children | 8b673bb307c1 |
comparison
equal
deleted
inserted
replaced
4182:4dc00e848961 | 4183:6784d07b99c8 |
---|---|
44 | 44 |
45 PLUGIN_INFO = { | 45 PLUGIN_INFO = { |
46 C.PI_NAME: "XEP-0045 Plugin", | 46 C.PI_NAME: "XEP-0045 Plugin", |
47 C.PI_IMPORT_NAME: "XEP-0045", | 47 C.PI_IMPORT_NAME: "XEP-0045", |
48 C.PI_TYPE: "XEP", | 48 C.PI_TYPE: "XEP", |
49 C.PI_MODES: C.PLUG_MODE_BOTH, | |
49 C.PI_PROTOCOLS: ["XEP-0045"], | 50 C.PI_PROTOCOLS: ["XEP-0045"], |
50 C.PI_DEPENDENCIES: ["XEP-0359"], | 51 C.PI_DEPENDENCIES: ["XEP-0359"], |
51 C.PI_RECOMMENDATIONS: [C.TEXT_CMDS, "XEP-0313"], | 52 C.PI_RECOMMENDATIONS: [C.TEXT_CMDS, "XEP-0313"], |
52 C.PI_MAIN: "XEP_0045", | 53 C.PI_MAIN: "XEP_0045", |
53 C.PI_HANDLER: "yes", | 54 C.PI_HANDLER: "yes", |