Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sophie Herold
gajim
Commits
9e3e6f80
Commit
9e3e6f80
authored
Aug 19, 2018
by
Philipp Hörist
Browse files
Add JID to VcardReceivedEvent
parent
854f8512
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/common/modules/vcard_temp.py
View file @
9e3e6f80
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment