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:
authorJefry Lagrange <jefry.reyes@gmail.com>2012-03-20 01:37:05 +0400
committerJefry Lagrange <jefry.reyes@gmail.com>2012-03-20 01:37:05 +0400
commit57639f04aad0c76eef206b1c5075c39cb30aeb41 (patch)
treeb58cb2c59707b452b819c2e30a243a272eb61758 /src/common/xmpp
parenta05046c69bad550edfc993936c2ccc500ef25a65 (diff)
re-enable SM when resuming
Diffstat (limited to 'src/common/xmpp')
-rw-r--r--src/common/xmpp/smacks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xmpp/smacks.py b/src/common/xmpp/smacks.py
index a4429e51b..d82785ac4 100644
--- a/src/common/xmpp/smacks.py
+++ b/src/common/xmpp/smacks.py
@@ -103,6 +103,7 @@ class Smacks():
self.uqueue.pop(0)
if stanza.getName() == 'resumed':
+ self.enabled = True
self.resuming = True
self.con.set_oldst()
if self.uqueue != []: