parent
4b37a4706f
commit
e06368f8cd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class ComponentXMPP(BaseXMPP):
|
||||||
self._handle_probe)
|
self._handle_probe)
|
||||||
|
|
||||||
def connect(self, host=None, port=None, use_ssl=False,
|
def connect(self, host=None, port=None, use_ssl=False,
|
||||||
use_tls=True, reattempt=True):
|
use_tls=False, reattempt=True):
|
||||||
"""Connect to the server.
|
"""Connect to the server.
|
||||||
|
|
||||||
Setting ``reattempt`` to ``True`` will cause connection attempts to
|
Setting ``reattempt`` to ``True`` will cause connection attempts to
|
||||||
|
|
Loading…
Reference in a new issue