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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.py')
-rw-r--r--src/session.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/session.py b/src/session.py
index 651ce2795..5016e3d5a 100644
--- a/src/session.py
+++ b/src/session.py
@@ -334,9 +334,6 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
# ---- ESessions stuff ---
- def check_identity(self, on_success):
- negotiation.show_sas_dialog(self, self.jid, self.sas, on_success)
-
def handle_negotiation(self, form):
if form.getField('accept') and not form['accept'] in ('1', 'true'):
self.cancelled_negotiation()