Update plugin list and use correct names.

This commit is contained in:
Lance Stout
2012-03-11 16:32:16 -07:00
parent 5f4b528e6b
commit a318beded4
3 changed files with 7 additions and 4 deletions

View File

@@ -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 = {}