diff options
author | Lance Stout <lancestout@gmail.com> | 2011-03-22 11:59:27 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-03-22 11:59:27 -0400 |
commit | 86a6b40fd81daa7d0e976dbc63f33544060c75d1 (patch) | |
tree | 46df37629adbff9a61f6bff8f713f2e2fec80fae /sleekxmpp/clientxmpp.py | |
parent | 7ef6abb2a3bdac302942b71c17369d10773a0eaf (diff) | |
download | slixmpp-86a6b40fd81daa7d0e976dbc63f33544060c75d1.tar.gz slixmpp-86a6b40fd81daa7d0e976dbc63f33544060c75d1.tar.bz2 slixmpp-86a6b40fd81daa7d0e976dbc63f33544060c75d1.tar.xz slixmpp-86a6b40fd81daa7d0e976dbc63f33544060c75d1.zip |
Updated doc for connect()
Diffstat (limited to 'sleekxmpp/clientxmpp.py')
-rw-r--r-- | sleekxmpp/clientxmpp.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sleekxmpp/clientxmpp.py b/sleekxmpp/clientxmpp.py index 3e326fc4..20cc9417 100644 --- a/sleekxmpp/clientxmpp.py +++ b/sleekxmpp/clientxmpp.py @@ -143,7 +143,9 @@ class ClientXMPP(BaseXMPP): Arguments: address -- A tuple containing the server's host and port. reattempt -- If True, reattempt the connection if an - error occurs. + error occurs. Defaults to True. + use_tls -- Indicates if TLS should be used for the + connection. Defaults to True. """ self.session_started_event.clear() if not address or len(address) < 2: |