summaryrefslogtreecommitdiff
path: root/slixmpp/clientxmpp.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-07-21 00:33:15 +0200
committermathieui <mathieui@mathieui.net>2015-07-21 00:33:15 +0200
commit84eddd2ed282e13d1550527e6c66eae7ea4dc9bf (patch)
tree0aa246c3147eb0596ca1f3dca3e711bb12f22b60 /slixmpp/clientxmpp.py
parentd0ad25745a81df3f49a96bee376f9d60f490bd0f (diff)
downloadslixmpp-84eddd2ed282e13d1550527e6c66eae7ea4dc9bf.tar.gz
slixmpp-84eddd2ed282e13d1550527e6c66eae7ea4dc9bf.tar.bz2
slixmpp-84eddd2ed282e13d1550527e6c66eae7ea4dc9bf.tar.xz
slixmpp-84eddd2ed282e13d1550527e6c66eae7ea4dc9bf.zip
Fix components
(use_tls is useless since slixmpp will always try to use starttls whenever possible)
Diffstat (limited to 'slixmpp/clientxmpp.py')
-rw-r--r--slixmpp/clientxmpp.py2
1 files changed, 0 insertions, 2 deletions
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