diff options
author | Lance Stout <lancestout@gmail.com> | 2012-07-19 23:59:35 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-07-19 23:59:35 -0700 |
commit | b8581b0278c13f7e12b1711174e71fe627c0c59a (patch) | |
tree | b9a7354d3fbf9951787e147eab295068678d92c3 /sleekxmpp/plugins/__init__.py | |
parent | 917faecdcbf07b63173b34b708cff5bdf6476d25 (diff) | |
download | slixmpp-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/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py index abaeb307..bd626176 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -46,7 +46,7 @@ __all__ = [ 'xep_0172', # User Nickname 'xep_0184', # Message Receipts 'xep_0186', # Invisible Command - 'xep_0191', # Simple Communications Blocking + 'xep_0191', # Blocking Command 'xep_0198', # Stream Management 'xep_0199', # Ping 'xep_0202', # Entity Time |