Mercurial > libervia-backend
comparison sat_frontends/quick_frontend/constants.py @ 3065:f8e3789912d0
quick frontend (contact list): added "contactsFilled" event
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 29 Oct 2019 20:24:29 +0100 |
parents | ab2696e34d29 |
children | 9d0df638c8b4 |
comparison
equal
deleted
inserted
replaced
3064:d62fceccff22 | 3065:f8e3789912d0 |
---|---|
97 LISTENERS = { | 97 LISTENERS = { |
98 "avatar", | 98 "avatar", |
99 "nick", | 99 "nick", |
100 "presence", | 100 "presence", |
101 "profilePlugged", | 101 "profilePlugged", |
102 "contactsFilled", | |
102 "disconnect", | 103 "disconnect", |
103 "gotMenus", | 104 "gotMenus", |
104 "menu", | 105 "menu", |
105 "notification", | 106 "notification", |
106 "notificationsClear", | 107 "notificationsClear", |