From 1f09d60a52bb6401a7f14d60fdb35c5687a915d0 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 24 Oct 2010 17:33:11 -0400 Subject: [PATCH] ComponentXMPP saves all of its config data now. ComponentXMPP was ignoring plugin_config and plugin_whitelist parameters, making register_plugins() fail. --- sleekxmpp/componentxmpp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sleekxmpp/componentxmpp.py b/sleekxmpp/componentxmpp.py index d0901a2e8..3fcb88d94 100644 --- a/sleekxmpp/componentxmpp.py +++ b/sleekxmpp/componentxmpp.py @@ -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(