diff options
Diffstat (limited to 'examples/muc.py')
-rwxr-xr-x | examples/muc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/muc.py b/examples/muc.py index 24555d7f..7af37449 100755 --- a/examples/muc.py +++ b/examples/muc.py @@ -182,7 +182,7 @@ if __name__ == '__main__': # # if xmpp.connect(('talk.google.com', 5222)): # ... - xmpp.process(threaded=False) + xmpp.process(block=True) print("Done") else: print("Unable to connect.") |