Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_contact_list.py @ 1229:03661d1b216a
primitivus: implement "Show offline contacts" parameter (sync with "DISCONNECTED_HIDE" action key)
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 06 Oct 2014 12:44:58 +0200 |
parents | 0a9986452bba |
children | 3abc6563a0d2 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_contact_list.py Mon Oct 06 12:22:14 2014 +0200 +++ b/frontends/src/quick_frontend/quick_contact_list.py Mon Oct 06 12:44:58 2014 +0200 @@ -104,3 +104,6 @@ self.setCache(jid, 'prority', priority) self.setCache(jid, 'statuses', statuses) self.update_jid(jid) + + def showOfflineContacts(self, show): + pass