mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Make get_node_config block by default.
This commit is contained in:
parent
0ec79f8dc3
commit
1765271f84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue