Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py Fri Mar 20 16:25:38 2015 +0100 +++ b/frontends/src/quick_frontend/constants.py Fri Mar 20 16:28:19 2015 +0100 @@ -42,8 +42,7 @@ XMLUI_STATUS_CANCELLED = constants.Const.XMLUI_DATA_CANCELLED # MUC - ALL_OCCUPANTS = 1 - MUC_USER_STATES = { + USER_CHAT_STATES = { "active": u'✔', "inactive": u'☄', "gone": u'✈',