Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit ebde50a

Browse files
committed
client.py: add a note how to change the server port
1 parent 7c073de commit ebde50a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client.py

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def usage():
128128
except AttributeError:
129129
usage()
130130

131+
# address=(host, port)
131132
xmpp.connect(reattempt=False, use_ssl=False, use_tls=False)
132133
try:
133134
xmpp.process(block=True, send_close=False)

0 commit comments

Comments
 (0)