Skip to content
Snippets Groups Projects
Commit c1ba7628 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

we can now retrieve our vcard

parent e7498bca
No related branches found
No related tags found
No related merge requests found
......@@ -630,6 +630,9 @@ class Interface:
nick = array['NICKNAME']
if nick:
gajim.nicks[account] = nick
if self.windows[account]['infos'].has_key(array['jid']):
win = self.windows[account]['infos'][array['jid']]
win.set_values(array)
def handle_event_vcard(self, account, array):
win = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment