summaryrefslogtreecommitdiff
path: root/sleekxmpp/componentxmpp.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/componentxmpp.py')
-rw-r--r--sleekxmpp/componentxmpp.py2
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(