comparison 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
comparison
equal deleted inserted replaced
1228:2e1b4e7c8eb8 1229:03661d1b216a
102 @param statuses: dict of statuses""" 102 @param statuses: dict of statuses"""
103 self.setCache(jid, 'show', show) 103 self.setCache(jid, 'show', show)
104 self.setCache(jid, 'prority', priority) 104 self.setCache(jid, 'prority', priority)
105 self.setCache(jid, 'statuses', statuses) 105 self.setCache(jid, 'statuses', statuses)
106 self.update_jid(jid) 106 self.update_jid(jid)
107
108 def showOfflineContacts(self, show):
109 pass