comparison sat/plugins/plugin_xep_0353.py @ 3651:867a15f05476

plugin XEP-0353: fix plugin modes
author Goffi <goffi@goffi.org>
date Wed, 08 Sep 2021 11:16:48 +0200
parents 8508fab9bcc2
children 6e34307319c0
comparison
equal deleted inserted replaced
3650:760f3ff05092 3651:867a15f05476
36 36
37 PLUGIN_INFO = { 37 PLUGIN_INFO = {
38 C.PI_NAME: "Jingle Message Initiation", 38 C.PI_NAME: "Jingle Message Initiation",
39 C.PI_IMPORT_NAME: "XEP-0353", 39 C.PI_IMPORT_NAME: "XEP-0353",
40 C.PI_TYPE: "XEP", 40 C.PI_TYPE: "XEP",
41 C.PI_MODES: C.PLUG_MODE_CLIENT, 41 C.PI_MODES: [C.PLUG_MODE_CLIENT],
42 C.PI_PROTOCOLS: ["XEP-0353"], 42 C.PI_PROTOCOLS: ["XEP-0353"],
43 C.PI_DEPENDENCIES: ["XEP-0166"], 43 C.PI_DEPENDENCIES: ["XEP-0166"],
44 C.PI_MAIN: "XEP_0353", 44 C.PI_MAIN: "XEP_0353",
45 C.PI_HANDLER: "yes", 45 C.PI_HANDLER: "yes",
46 C.PI_DESCRIPTION: _("""Implementation of Jingle Message Initiation"""), 46 C.PI_DESCRIPTION: _("""Implementation of Jingle Message Initiation"""),