Mercurial > libervia-backend
diff frontends/src/quick_frontend/constants.py @ 1318:6c7d89843f1b frontends_multi_profiles
frontends (quick frontend): use of new getEntitiesData to get cached values for avatars on profile connection.
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 09 Feb 2015 21:39:51 +0100 |
parents | faa1129559b8 |
children | 89dc29afe01c |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py Mon Feb 09 21:39:51 2015 +0100 +++ b/frontends/src/quick_frontend/constants.py Mon Feb 09 21:39:51 2015 +0100 @@ -30,3 +30,5 @@ CONTACT_SPECIAL_GROUP = 'group' # group chat special entity CONTACT_SPECIAL_ALLOWED = (CONTACT_SPECIAL_GROUP,) # set of allowed values for special flag CONTACT_DATA_FORBIDDEN = {CONTACT_GROUPS, CONTACT_RESOURCES, CONTACT_MAIN_RESOURCE} # set of forbidden names for contact data + + LISTENERS = {'avatar'}