Skip to content
Snippets Groups Projects
Commit 12e305e5 authored by zimio's avatar zimio
Browse files

re-enable SM when resuming

parent 1a06ffae
No related branches found
No related tags found
No related merge requests found
......@@ -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 != []:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment