mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
ComponentXMPP saves all of its config data now.
ComponentXMPP was ignoring plugin_config and plugin_whitelist parameters, making register_plugins() fail.
This commit is contained in:
parent
d528884723
commit
1f09d60a52
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ class ComponentXMPP(BaseXMPP):
|
|||
self.server_port = port
|
||||
self.set_jid(jid)
|
||||
self.secret = secret
|
||||
self.plugin_config = plugin_config
|
||||
self.plugin_whitelist = plugin_whitelist
|
||||
self.is_component = True
|
||||
|
||||
self.register_handler(
|
||||
|
|
Loading…
Reference in a new issue