diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-08-08 15:41:26 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-08-08 17:34:06 +0200 |
commit | 349b05b9b730a10baec1f75dee2db2bd2f9d0924 (patch) | |
tree | 85d0d201756a01887deeaed01509ce9a6d75aacf /examples/pubsub_client.py | |
parent | 9fbacf377a8aa53ef2d74a8a560b2a2f96d0ee22 (diff) | |
download | slixmpp-349b05b9b730a10baec1f75dee2db2bd2f9d0924.tar.gz slixmpp-349b05b9b730a10baec1f75dee2db2bd2f9d0924.tar.bz2 slixmpp-349b05b9b730a10baec1f75dee2db2bd2f9d0924.tar.xz slixmpp-349b05b9b730a10baec1f75dee2db2bd2f9d0924.zip |
Stop disco_browser and pubsub_client examples once they are finished.
Diffstat (limited to 'examples/pubsub_client.py')
-rwxr-xr-x | examples/pubsub_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pubsub_client.py b/examples/pubsub_client.py index b379af95..faeeddf7 100755 --- a/examples/pubsub_client.py +++ b/examples/pubsub_client.py @@ -171,4 +171,4 @@ if __name__ == '__main__': # Connect to the XMPP server and start processing XMPP stanzas. xmpp.connect() - xmpp.process() + xmpp.process(forever=False) |