diff options
author | Lance Stout <lancestout@gmail.com> | 2012-03-11 16:32:16 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-03-11 16:34:41 -0700 |
commit | a318beded4e7402b5855378a57e867362ce3e1af (patch) | |
tree | e2187b0abc2bcf6a9be9fd8dea4177da2efe7d94 /sleekxmpp/plugins/xep_0047/ibb.py | |
parent | 5f4b528e6bdc238988b02b9a7d4ef55077773e76 (diff) | |
download | slixmpp-a318beded4e7402b5855378a57e867362ce3e1af.tar.gz slixmpp-a318beded4e7402b5855378a57e867362ce3e1af.tar.bz2 slixmpp-a318beded4e7402b5855378a57e867362ce3e1af.tar.xz slixmpp-a318beded4e7402b5855378a57e867362ce3e1af.zip |
Update plugin list and use correct names.
Diffstat (limited to 'sleekxmpp/plugins/xep_0047/ibb.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0047/ibb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0047/ibb.py b/sleekxmpp/plugins/xep_0047/ibb.py index 85415f17..5b138daf 100644 --- a/sleekxmpp/plugins/xep_0047/ibb.py +++ b/sleekxmpp/plugins/xep_0047/ibb.py @@ -18,7 +18,7 @@ class xep_0047(base_plugin): def plugin_init(self): self.xep = '0047' - self.description = 'In-band Bytestreams' + self.description = 'In-Band Bytestreams' self.stanza = stanza self.streams = {} |