diff --git a/sleekxmpp/componentxmpp.py b/sleekxmpp/componentxmpp.py index d0901a2..3fcb88d 100644 --- a/sleekxmpp/componentxmpp.py +++ b/sleekxmpp/componentxmpp.py @@ -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(