Added help for running example..
This commit is contained in:
parent
24264d3a07
commit
9044807121
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,13 @@ class HTTPOverXMPPClient(ClientXMPP):
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
||||||
|
#
|
||||||
|
# NOTE: To run this example, fill up the blanks in session_start() and
|
||||||
|
# use the following command.
|
||||||
|
#
|
||||||
|
# ./http_over_xmpp.py -J <jid> -P <pwd> -i <ip> -p <port> [-v]
|
||||||
|
#
|
||||||
|
|
||||||
parser = OptionParser()
|
parser = OptionParser()
|
||||||
|
|
||||||
# Output verbosity options.
|
# Output verbosity options.
|
||||||
|
|
Loading…
Reference in a new issue