diff options
-rw-r--r-- | sleekxmpp/plugins/xep_0060/pubsub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0060/pubsub.py b/sleekxmpp/plugins/xep_0060/pubsub.py index ec3fb9bb..5e57004f 100644 --- a/sleekxmpp/plugins/xep_0060/pubsub.py +++ b/sleekxmpp/plugins/xep_0060/pubsub.py @@ -202,7 +202,7 @@ class xep_0060(base_plugin): iq['pubsub']['options'].append(options) return iq.send(block=block, callback=callback, timeout=timeout) - def get_node_config(self, jid, node=None, ifrom=None, block=None, + def get_node_config(self, jid, node=None, ifrom=None, block=True, callback=None, timeout=None): """ Retrieve the configuration for a node, or the pubsub service's |