Stop disco_browser and pubsub_client examples once they are finished.

This commit is contained in:
Emmanuel Gil Peyrot 2015-08-08 15:41:26 +01:00 committed by Florent Le Coz
parent 9fbacf377a
commit 349b05b9b7
2 changed files with 2 additions and 2 deletions

View file

@ -162,4 +162,4 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
xmpp.connect()
xmpp.process()
xmpp.process(forever=False)

View file

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