From d076cef023808c3c227c3131330e24245c278e92 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 2 May 2020 17:34:11 +0200 Subject: Add forever=False to some examples to make them terminate --- examples/adhoc_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/adhoc_user.py') 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) -- cgit v1.2.3