diff frontends/src/quick_frontend/constants.py @ 2007:19b9d3f8a6c7

plugin XEP-0085, quick_frontends, primitivus: chat states are working again
author Goffi <goffi@goffi.org>
date Sun, 17 Jul 2016 16:47:33 +0200
parents 02d21a589be2
children b44558286bbb
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py	Fri Jul 15 22:13:09 2016 +0200
+++ b/frontends/src/quick_frontend/constants.py	Sun Jul 17 16:47:33 2016 +0200
@@ -55,12 +55,13 @@
     # Chats
     CHAT_ONE2ONE = 'one2one'
     CHAT_GROUP = 'group'
-    USER_CHAT_STATES = {
+    CHAT_STATE_ICON = {
+        "": u" ",
         "active": u'✔',
         "inactive": u'☄',
         "gone": u'✈',
         "composing": u'✎',
-        "paused": u"⦷"
+        "paused": u"…"
     }
 
     # Blogs