comparison 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
comparison
equal deleted inserted replaced
4182:4dc00e848961 4183:6784d07b99c8
34 34
35 PLUGIN_INFO = { 35 PLUGIN_INFO = {
36 C.PI_NAME: "Unique and Stable Stanza IDs", 36 C.PI_NAME: "Unique and Stable Stanza IDs",
37 C.PI_IMPORT_NAME: "XEP-0359", 37 C.PI_IMPORT_NAME: "XEP-0359",
38 C.PI_TYPE: "XEP", 38 C.PI_TYPE: "XEP",
39 C.PI_MODES: C.PLUG_MODE_BOTH,
39 C.PI_PROTOCOLS: ["XEP-0359"], 40 C.PI_PROTOCOLS: ["XEP-0359"],
40 C.PI_MAIN: "XEP_0359", 41 C.PI_MAIN: "XEP_0359",
41 C.PI_HANDLER: "yes", 42 C.PI_HANDLER: "yes",
42 C.PI_DESCRIPTION: _("""Implementation of Unique and Stable Stanza IDs"""), 43 C.PI_DESCRIPTION: _("""Implementation of Unique and Stable Stanza IDs"""),
43 } 44 }