Adding stream tests for XEP-0030.
Fixed some errors when responding to disco requests.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user