Adding stream tests for XEP-0030.

Fixed some errors when responding to disco requests.
This commit is contained in:
Lance Stout
2010-11-18 15:50:45 -05:00
parent 291b118aca
commit ab25301953
4 changed files with 127 additions and 19 deletions

View File

@@ -110,6 +110,8 @@ class BaseXMPP(XMLStream):
self.boundjid = JID("")
self.plugin = {}
self.plugin_config = {}
self.plugin_whitelist = []
self.roster = {}
self.is_component = False
self.auto_authorize = True