From 8217dc5239f7a649702c498b7b8a18263b813339 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Fri, 30 Sep 2016 13:49:04 -0500 Subject: Minor documentation fixes --- slixmpp/clientxmpp.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'slixmpp/clientxmpp.py') diff --git a/slixmpp/clientxmpp.py b/slixmpp/clientxmpp.py index 0971e304..a4bb9a60 100644 --- a/slixmpp/clientxmpp.py +++ b/slixmpp/clientxmpp.py @@ -141,8 +141,11 @@ class ClientXMPP(BaseXMPP): will be used. :param address: A tuple containing the server's host and port. - :param use_tls: Indicates if TLS should be used for the - connection. Defaults to ``True``. + :param force_starttls: Indicates that negotiation should be aborted + if the server does not advertise support for + STARTTLS. Defaults to ``True``. + :param disable_starttls: Disables TLS for the connection. + Defaults to ``False``. :param use_ssl: Indicates if the older SSL connection method should be used. Defaults to ``False``. """ -- cgit v1.2.3