diff frontends/quick_frontend/quick_app.py @ 64:d46f849664aa

SàT: multi-profile, plugins updated - core: 2 new convenient methods: getJidNStream and getClient - new param in plugin info: "handler" to know if there is a handler to plug on profiles clients - plugins with handler now use an other class which is returned to profile client with the new method "getHandler" and pluged when connecting
author Goffi <goffi@goffi.org>
date Sat, 30 Jan 2010 16:17:33 +1100
parents a5b5fb5fc9fd
children 8147b4f40809
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_app.py	Fri Jan 29 14:17:15 2010 +1100
+++ b/frontends/quick_frontend/quick_app.py	Sat Jan 30 16:17:33 2010 +1100
@@ -133,7 +133,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.getProfileCache(from_jid)
+            cache = self.bridge.getCardCache(from_jid)
             if cache.has_key('nick'): 
                 self.CM.update(from_jid, 'nick', cache['nick'])
             if cache.has_key('avatar'):