comparison libervia/backend/plugins/plugin_xep_0428.py @ 4166:a1f7040b5a15

plugin XEP-0424: message retraction update: - follow specification update (with namespace bump) - retract from history on message reception for group chat - send bridge message
author Goffi <goffi@goffi.org>
date Thu, 30 Nov 2023 13:23:53 +0100
parents 4b842c1fb686
children 0d7bb4df2343
comparison
equal deleted inserted replaced
4165:81faa85c9cfa 4166:a1f7040b5a15
31 31
32 PLUGIN_INFO = { 32 PLUGIN_INFO = {
33 C.PI_NAME: "Fallback Indication", 33 C.PI_NAME: "Fallback Indication",
34 C.PI_IMPORT_NAME: "XEP-0428", 34 C.PI_IMPORT_NAME: "XEP-0428",
35 C.PI_TYPE: "XEP", 35 C.PI_TYPE: "XEP",
36 C.PI_MODES: C.PLUG_MODE_BOTH,
36 C.PI_PROTOCOLS: ["XEP-0428"], 37 C.PI_PROTOCOLS: ["XEP-0428"],
37 C.PI_MAIN: "XEP_0428", 38 C.PI_MAIN: "XEP_0428",
38 C.PI_HANDLER: "yes", 39 C.PI_HANDLER: "yes",
39 C.PI_DESCRIPTION: _("""Implementation of XEP-0428 (Fallback Indication)"""), 40 C.PI_DESCRIPTION: _("""Implementation of XEP-0428 (Fallback Indication)"""),
40 } 41 }