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:
authorYann Leboulanger <asterix@lagaule.org>2008-11-30 21:53:02 +0300
committerYann Leboulanger <asterix@lagaule.org>2008-11-30 21:53:02 +0300
commit3e88fdf41e04001147ad94773015bdad467645b5 (patch)
tree1df907b0b6cc6b0bc87cb20cb41efe5dc508d529 /src/common/connection_handlers.py
parent68b41e43ae510cf598f1a599ddb840ab8ec96ea9 (diff)
check session support instead of Esession support, and announce we support it. Fixes #4429
Diffstat (limited to 'src/common/connection_handlers.py')
-rw-r--r--src/common/connection_handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py
index d8938240d..bf11c9b0d 100644
--- a/src/common/connection_handlers.py
+++ b/src/common/connection_handlers.py
@@ -2186,7 +2186,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
contact = gajim.contacts.get_contact(self.name, jid_stripped)
session_supported = gajim.capscache.is_supported(contact,
- common.xmpp.NS_ESESSION)
+ common.xmpp.NS_SSN)
if session_supported:
sess.terminate()
del self.sessions[jid_stripped][sess.thread_id]