comparison sat/plugins/plugin_xep_0334.py @ 3830:68a11b95a7d3

plugin XEP-0372: References implementation: rel 369
author Goffi <goffi@goffi.org>
date Sun, 10 Jul 2022 15:16:05 +0200
parents be6d91572633
children 8289ac1b34f4
comparison
equal deleted inserted replaced
3829:67fc066ed2cd 3830:68a11b95a7d3
35 35
36 PLUGIN_INFO = { 36 PLUGIN_INFO = {
37 C.PI_NAME: "Message Processing Hints", 37 C.PI_NAME: "Message Processing Hints",
38 C.PI_IMPORT_NAME: "XEP-0334", 38 C.PI_IMPORT_NAME: "XEP-0334",
39 C.PI_TYPE: "XEP", 39 C.PI_TYPE: "XEP",
40 C.PI_MODES: C.PLUG_MODE_BOTH,
40 C.PI_PROTOCOLS: ["XEP-0334"], 41 C.PI_PROTOCOLS: ["XEP-0334"],
41 C.PI_MAIN: "XEP_0334", 42 C.PI_MAIN: "XEP_0334",
42 C.PI_HANDLER: "yes", 43 C.PI_HANDLER: "yes",
43 C.PI_DESCRIPTION: D_("""Implementation of Message Processing Hints"""), 44 C.PI_DESCRIPTION: D_("""Implementation of Message Processing Hints"""),
44 C.PI_USAGE: dedent( 45 C.PI_USAGE: dedent(