From 1765271f84793efb54eb710557afc1ae2f201926 Mon Sep 17 00:00:00 2001
From: Lance Stout <lancestout@gmail.com>
Date: Fri, 2 Sep 2011 11:52:56 -0700
Subject: Make get_node_config block by default.

---
 sleekxmpp/plugins/xep_0060/pubsub.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3