summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-06-09 10:43:57 -0700
committerLance Stout <lancestout@gmail.com>2012-06-09 11:01:21 -0700
commite06368f8cdef7bee0bd648cadb4a9c26c2be6209 (patch)
treee869fc921dff092f265778d0cdac56fc78b66411
parent4b37a4706f62d4ac447d2e0e5127a9199075287d (diff)
downloadslixmpp-e06368f8cdef7bee0bd648cadb4a9c26c2be6209.tar.gz
slixmpp-e06368f8cdef7bee0bd648cadb4a9c26c2be6209.tar.bz2
slixmpp-e06368f8cdef7bee0bd648cadb4a9c26c2be6209.tar.xz
slixmpp-e06368f8cdef7bee0bd648cadb4a9c26c2be6209.zip
Default use_tls to False for components.
Issue #171
-rw-r--r--sleekxmpp/componentxmpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/componentxmpp.py b/sleekxmpp/componentxmpp.py
index 348a08e0..1fb9c4d9 100644
--- a/sleekxmpp/componentxmpp.py
+++ b/sleekxmpp/componentxmpp.py
@@ -79,7 +79,7 @@ class ComponentXMPP(BaseXMPP):
self._handle_probe)
def connect(self, host=None, port=None, use_ssl=False,
- use_tls=True, reattempt=True):
+ use_tls=False, reattempt=True):
"""Connect to the server.
Setting ``reattempt`` to ``True`` will cause connection attempts to