don't request vcard to full JID but to barr JID

This commit is contained in:
Yann Leboulanger 2010-09-19 22:14:43 +02:00
parent 0a2458c69b
commit 463eade6dc
1 changed files with 0 additions and 2 deletions

View File

@ -1444,8 +1444,6 @@ class GroupchatControl(ChatControlBase):
con = gajim.connections[self.account]
if gc_c and gc_c.jid:
real_jid = gc_c.jid
if gc_c.resource:
real_jid += '/' + gc_c.resource
else:
real_jid = fake_jid
if fake_jid in con.vcard_shas: