summaryrefslogtreecommitdiff
path: root/examples/pubsub_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pubsub_client.py')
-rw-r--r--examples/pubsub_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pubsub_client.py b/examples/pubsub_client.py
index b0459c84..0a244f3b 100644
--- a/examples/pubsub_client.py
+++ b/examples/pubsub_client.py
@@ -37,7 +37,7 @@ class PubsubClient(sleekxmpp.ClientXMPP):
self.data = data
self.pubsub_server = server
- self.add_event_handler('session_start', self.start)
+ self.add_event_handler('session_start', self.start, threaded=True)
def start(self, event):
self.get_roster()