Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
1e32ee81 by Philipp Hörist at 2022-09-21T20:39:49+02:00
cq: Client: Fix return type

- - - - -


1 changed file:

- nbxmpp/tcp.py


Changes:

=====================================
nbxmpp/tcp.py
=====================================
@@ -76,7 +76,7 @@ class TCPConnection(Connection):
         return tls_con.get_protocol_version()
 
     @property
-    def ciphersuite(self) -> Optional[int]:
+    def ciphersuite(self) -> Optional[str]:
         if self._con is None:
             return None
 



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/1e32ee8156ff83c248d038ef86e1c5e6c8fd3abd

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/1e32ee8156ff83c248d038ef86e1c5e6c8fd3abd
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to