Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_app.py @ 435:c243f4cb2ad9
plugin XEP-0054: cache now use storage
bridge: getCardCache updated to manage profile
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 20 Nov 2011 15:56:51 +0100 |
parents | f6f94e21c642 |
children | cf005701624b |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py Sun Nov 20 15:36:45 2011 +0100 +++ b/frontends/src/quick_frontend/quick_app.py Sun Nov 20 15:56:51 2011 +0100 @@ -284,7 +284,7 @@ self.CM.update(from_jid, 'show', show) self.CM.update(from_jid, 'statuses', statuses) self.CM.update(from_jid, 'groups', groups) - cache = self.bridge.getCardCache(from_jid) + cache = self.bridge.getCardCache(from_jid, profile) if cache.has_key('nick'): self.CM.update(from_jid, 'nick', unicode(cache['nick'])) if cache.has_key('avatar'):