diff 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
line wrap: on
line diff
--- a/libervia/backend/plugins/plugin_xep_0428.py	Tue Nov 28 17:41:49 2023 +0100
+++ b/libervia/backend/plugins/plugin_xep_0428.py	Thu Nov 30 13:23:53 2023 +0100
@@ -33,6 +33,7 @@
     C.PI_NAME: "Fallback Indication",
     C.PI_IMPORT_NAME: "XEP-0428",
     C.PI_TYPE: "XEP",
+    C.PI_MODES: C.PLUG_MODE_BOTH,
     C.PI_PROTOCOLS: ["XEP-0428"],
     C.PI_MAIN: "XEP_0428",
     C.PI_HANDLER: "yes",