From 84eddd2ed282e13d1550527e6c66eae7ea4dc9bf Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 21 Jul 2015 00:33:15 +0200 Subject: Fix components (use_tls is useless since slixmpp will always try to use starttls whenever possible) --- slixmpp/clientxmpp.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'slixmpp/clientxmpp.py') diff --git a/slixmpp/clientxmpp.py b/slixmpp/clientxmpp.py index 9659c308..d1fd65a9 100644 --- a/slixmpp/clientxmpp.py +++ b/slixmpp/clientxmpp.py @@ -135,8 +135,6 @@ class ClientXMPP(BaseXMPP): will be used. :param address: A tuple containing the server's host and port. - :param reattempt: If ``True``, repeat attempting to connect if an - error occurs. Defaults to ``True``. :param use_tls: Indicates if TLS should be used for the connection. Defaults to ``True``. :param use_ssl: Indicates if the older SSL connection method -- cgit v1.2.3