Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nbxmpp/connection.py')
-rw-r--r--nbxmpp/connection.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/nbxmpp/connection.py b/nbxmpp/connection.py
index 3eb54cf..e4f1d82 100644
--- a/nbxmpp/connection.py
+++ b/nbxmpp/connection.py
@@ -74,6 +74,12 @@ class Connection(Observable):
def ciphersuite(self) -> Optional[int]:
return None
+ def get_channel_binding_data(
+ self,
+ type_: Gio.TlsChannelBindingType # pylint: disable=unused-argument
+ ) -> Optional[bytes]:
+ return None
+
@property
def local_address(self):
return self._local_address