diff options
Diffstat (limited to 'examples/send_client.py')
-rwxr-xr-x | examples/send_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/send_client.py b/examples/send_client.py index 4ec33cfa..5d5fb810 100755 --- a/examples/send_client.py +++ b/examples/send_client.py @@ -107,4 +107,4 @@ if __name__ == '__main__': # Connect to the XMPP server and start processing XMPP stanzas. xmpp.connect() - xmpp.process() + xmpp.process(forever=False) |