From a318beded4e7402b5855378a57e867362ce3e1af Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 11 Mar 2012 16:32:16 -0700 Subject: Update plugin list and use correct names. --- sleekxmpp/plugins/xep_0047/ibb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp/plugins/xep_0047/ibb.py') 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 = {} -- cgit v1.2.3