diff options
Diffstat (limited to 'sleekxmpp')
-rw-r--r-- | sleekxmpp/componentxmpp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sleekxmpp/componentxmpp.py b/sleekxmpp/componentxmpp.py index d0901a2e..3fcb88d9 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( |