This commit is contained in:
Yann Leboulanger 2006-03-10 22:06:21 +00:00
parent 903393d172
commit 3d61688111
1 changed files with 1 additions and 1 deletions

View File

@ -2408,7 +2408,7 @@ class Connection:
self.connection.send(iq)
#('VCARD', {entry1: data, entry2: {entry21: data, ...}, ...})
def send_vcard(self, vcard, is_fake_jid):
def send_vcard(self, vcard):
if not self.connection:
return
iq = common.xmpp.Iq(typ = 'set')