From 86a6b40fd81daa7d0e976dbc63f33544060c75d1 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Tue, 22 Mar 2011 11:59:27 -0400 Subject: Updated doc for connect() --- sleekxmpp/clientxmpp.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3