diff frontends/src/quick_frontend/constants.py @ 1329:f8bd40509a2d frontends_multi_profiles

quick_frontend: add a 'presence' listener for the 'presenceUpdate' signal
author souliane <souliane@mailoo.org>
date Sun, 22 Feb 2015 15:11:29 +0100
parents 89dc29afe01c
children e31a07a5614d
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py	Sat Feb 21 12:39:04 2015 +0100
+++ b/frontends/src/quick_frontend/constants.py	Sun Feb 22 15:11:29 2015 +0100
@@ -71,4 +71,4 @@
     WIDGET_RAISE = 'RAISE'
     WIDGET_RECREATE = 'RECREATE'
 
-    LISTENERS = {'avatar'}
+    LISTENERS = {'avatar', 'presence'}