summaryrefslogtreecommitdiff
path: root/slixmpp/clientxmpp.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/clientxmpp.py')
-rw-r--r--slixmpp/clientxmpp.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/slixmpp/clientxmpp.py b/slixmpp/clientxmpp.py
index 6bfb34c8..f0a7d83e 100644
--- a/slixmpp/clientxmpp.py
+++ b/slixmpp/clientxmpp.py
@@ -133,8 +133,9 @@ class ClientXMPP(BaseXMPP):
def password(self, value: str) -> None:
self.credentials['password'] = value
- def connect(self, address: Optional[Tuple[str, int]] = None, use_ssl: bool = False,
- force_starttls: bool = True, disable_starttls: bool = False) -> None:
+ def connect(self, address: Optional[Tuple[str, int]] = None, # type: ignore
+ use_ssl: bool = False, force_starttls: bool = True,
+ disable_starttls: bool = False) -> None:
"""Connect to the XMPP server.
When no address is given, a SRV lookup for the server will