changeset 3811:24fbc4cad534

plugin XEP-0191: fix wrong name and description
author Goffi <goffi@goffi.org>
date Fri, 17 Jun 2022 18:25:55 +0200
parents 29380ef68dbe
children 722a38e78fd1
files sat/plugins/plugin_xep_0191.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0191.py	Fri Jun 17 15:50:34 2022 +0200
+++ b/sat/plugins/plugin_xep_0191.py	Fri Jun 17 18:25:55 2022 +0200
@@ -33,7 +33,7 @@
 log = getLogger(__name__)
 
 PLUGIN_INFO = {
-    C.PI_NAME: "Pubsub Public Subscriptions",
+    C.PI_NAME: "Blokcing Commands",
     C.PI_IMPORT_NAME: "XEP-0191",
     C.PI_TYPE: C.PLUG_TYPE_XEP,
     C.PI_MODES: C.PLUG_MODE_BOTH,
@@ -41,7 +41,7 @@
     C.PI_DEPENDENCIES: ["XEP-0060", "XEP-0376"],
     C.PI_MAIN: "XEP_0191",
     C.PI_HANDLER: "yes",
-    C.PI_DESCRIPTION: _("""Pubsub Public Subscriptions implementation"""),
+    C.PI_DESCRIPTION: _("""Implement the protocol to block users or whole domains"""),
 }
 
 NS_BLOCKING = "urn:xmpp:blocking"