summaryrefslogtreecommitdiff
path: root/examples/adhoc_user.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-05-02 17:34:11 +0200
committermathieui <mathieui@mathieui.net>2020-05-02 17:34:11 +0200
commitd076cef023808c3c227c3131330e24245c278e92 (patch)
treede81315370b0b3bed748f2282b4eaf17ab9d77c0 /examples/adhoc_user.py
parent0d3116dbdfa1325edfa71bf3c1fd9ea77c820396 (diff)
downloadslixmpp-d076cef023808c3c227c3131330e24245c278e92.tar.gz
slixmpp-d076cef023808c3c227c3131330e24245c278e92.tar.bz2
slixmpp-d076cef023808c3c227c3131330e24245c278e92.tar.xz
slixmpp-d076cef023808c3c227c3131330e24245c278e92.zip
Add forever=False to some examples to make them terminate
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)