# HG changeset patch # User Goffi # Date 1655483155 -7200 # Node ID 24fbc4cad53451c3fa908fa20b14769f4841239e # Parent 29380ef68dbe611ee8bc9b603566fa616c39172e plugin XEP-0191: fix wrong name and description diff -r 29380ef68dbe -r 24fbc4cad534 sat/plugins/plugin_xep_0191.py --- 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"