summaryrefslogtreecommitdiff
path: root/examples/adhoc_user.py
diff options
context:
space:
mode:
authorMaxime Buquet <pep@bouah.net>2020-05-02 17:54:50 +0200
committerMaxime Buquet <pep@bouah.net>2020-05-02 17:54:50 +0200
commitbf69698af1d0a7a892e510b8de543fb6e53736f0 (patch)
tree6469b68fea37af21f659a0fa30947375b694f0ec /examples/adhoc_user.py
parentaa732b3c94b16c737f008c0c8d8d366fcea1e412 (diff)
parentd076cef023808c3c227c3131330e24245c278e92 (diff)
downloadslixmpp-bf69698af1d0a7a892e510b8de543fb6e53736f0.tar.gz
slixmpp-bf69698af1d0a7a892e510b8de543fb6e53736f0.tar.bz2
slixmpp-bf69698af1d0a7a892e510b8de543fb6e53736f0.tar.xz
slixmpp-bf69698af1d0a7a892e510b8de543fb6e53736f0.zip
Merge branch 'add-forever-false-examples' into 'master'
Add forever=False to some examples to make them terminate See merge request poezio/slixmpp!46
Diffstat (limited to 'examples/adhoc_user.py')
-rwxr-xr-xexamples/adhoc_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/adhoc_user.py b/examples/adhoc_user.py
index d86dc679..931ef71c 100755
--- a/examples/adhoc_user.py
+++ b/examples/adhoc_user.py
@@ -176,4 +176,4 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
xmpp.connect()
- xmpp.process()
+ xmpp.process(forever=False)