summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0191
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-07-19 23:59:35 -0700
committerLance Stout <lancestout@gmail.com>2012-07-19 23:59:35 -0700
commitb8581b0278c13f7e12b1711174e71fe627c0c59a (patch)
treeb9a7354d3fbf9951787e147eab295068678d92c3 /sleekxmpp/plugins/xep_0191
parent917faecdcbf07b63173b34b708cff5bdf6476d25 (diff)
downloadslixmpp-b8581b0278c13f7e12b1711174e71fe627c0c59a.tar.gz
slixmpp-b8581b0278c13f7e12b1711174e71fe627c0c59a.tar.bz2
slixmpp-b8581b0278c13f7e12b1711174e71fe627c0c59a.tar.xz
slixmpp-b8581b0278c13f7e12b1711174e71fe627c0c59a.zip
Of course Peter goes and changes the XEP title the day after I implement it.
Diffstat (limited to 'sleekxmpp/plugins/xep_0191')
-rw-r--r--sleekxmpp/plugins/xep_0191/blocking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0191/blocking.py b/sleekxmpp/plugins/xep_0191/blocking.py
index 0d903acc..4a87479a 100644
--- a/sleekxmpp/plugins/xep_0191/blocking.py
+++ b/sleekxmpp/plugins/xep_0191/blocking.py
@@ -22,7 +22,7 @@ log = logging.getLogger(__name__)
class XEP_0191(BasePlugin):
name = 'xep_0191'
- description = 'XEP-0191: Simple Communications Blocking'
+ description = 'XEP-0191: Blocking Command'
dependencies = set(['xep_0030'])
stanza = stanza