re-enable SM when resuming
This commit is contained in:
parent
a05046c69b
commit
57639f04aa
|
@ -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 != []:
|
||||
|
|
Loading…
Reference in New Issue