Make get_node_config block by default.

This commit is contained in:
Lance Stout 2011-09-02 11:52:56 -07:00
parent 0ec79f8dc3
commit 1765271f84

View file

@ -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