Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Commit

Permalink
ComponentXMPP saves all of its config data now.
Browse files Browse the repository at this point in the history
ComponentXMPP was ignoring plugin_config and plugin_whitelist
parameters, making register_plugins() fail.
  • Loading branch information
legastero committed Oct 24, 2010
1 parent d528884 commit 1f09d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sleekxmpp/componentxmpp.py
Expand Up @@ -67,6 +67,8 @@ def __init__(self, jid, secret, host, port,
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(
Expand Down

0 comments on commit 1f09d60

Please sign in to comment.