Mercurial > libervia-backend
comparison frontends/src/quick_frontend/constants.py @ 1378:3dae6964c071
quick_frontends, primitivus: move the chat states logic to quick_frontend
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 20 Mar 2015 16:28:19 +0100 |
parents | fa77e40eb17b |
children | 0dca4f9b264d |
comparison
equal
deleted
inserted
replaced
1377:017270e6eea4 | 1378:3dae6964c071 |
---|---|
40 SAT_PARAM_SEPARATOR = "_XMLUI_PARAM_" # used to have unique elements names | 40 SAT_PARAM_SEPARATOR = "_XMLUI_PARAM_" # used to have unique elements names |
41 XMLUI_STATUS_VALIDATED = "validated" | 41 XMLUI_STATUS_VALIDATED = "validated" |
42 XMLUI_STATUS_CANCELLED = constants.Const.XMLUI_DATA_CANCELLED | 42 XMLUI_STATUS_CANCELLED = constants.Const.XMLUI_DATA_CANCELLED |
43 | 43 |
44 # MUC | 44 # MUC |
45 ALL_OCCUPANTS = 1 | 45 USER_CHAT_STATES = { |
46 MUC_USER_STATES = { | |
47 "active": u'✔', | 46 "active": u'✔', |
48 "inactive": u'☄', | 47 "inactive": u'☄', |
49 "gone": u'✈', | 48 "gone": u'✈', |
50 "composing": u'✎', | 49 "composing": u'✎', |
51 "paused": u"⦷" | 50 "paused": u"⦷" |