Add JID to VcardReceivedEvent
This commit is contained in:
parent
327865e6fd
commit
6f8ffb131a
1 changed files with 3 additions and 1 deletions
|
@ -218,7 +218,9 @@ class VCardTemp:
|
|||
app.nicks[self._account] = vcard['FN']
|
||||
|
||||
app.nec.push_incoming_event(
|
||||
VcardReceivedEvent(None, conn=self._con, vcard_dict=vcard))
|
||||
VcardReceivedEvent(None, conn=self._con,
|
||||
vcard_dict=vcard,
|
||||
jid=jid))
|
||||
|
||||
callback(jid, resource, room, vcard, expected_sha)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue