comparison sat/plugins/plugin_xep_0163.py @ 3726:33d75cd3c371

plugin XEP-0060, XEP-0163, XEP-0277, text syntaxes: make those plugins usable with components
author Goffi <goffi@goffi.org>
date Tue, 25 Jan 2022 17:26:05 +0100
parents be6d91572633
children 5d72dc52ee4a
comparison
equal deleted inserted replaced
3725:9b45f0f168cf 3726:33d75cd3c371
33 33
34 PLUGIN_INFO = { 34 PLUGIN_INFO = {
35 C.PI_NAME: "Personal Eventing Protocol Plugin", 35 C.PI_NAME: "Personal Eventing Protocol Plugin",
36 C.PI_IMPORT_NAME: "XEP-0163", 36 C.PI_IMPORT_NAME: "XEP-0163",
37 C.PI_TYPE: "XEP", 37 C.PI_TYPE: "XEP",
38 C.PI_MODES: C.PLUG_MODE_BOTH,
38 C.PI_PROTOCOLS: ["XEP-0163", "XEP-0107"], 39 C.PI_PROTOCOLS: ["XEP-0163", "XEP-0107"],
39 C.PI_DEPENDENCIES: ["XEP-0060"], 40 C.PI_DEPENDENCIES: ["XEP-0060"],
40 C.PI_MAIN: "XEP_0163", 41 C.PI_MAIN: "XEP_0163",
41 C.PI_HANDLER: "no", 42 C.PI_HANDLER: "no",
42 C.PI_DESCRIPTION: _("""Implementation of Personal Eventing Protocol"""), 43 C.PI_DESCRIPTION: _("""Implementation of Personal Eventing Protocol"""),