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

correctly escape jids in caps

parent db09ad11
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ class ConnectionCaps(object):
# for disco... so that disco will learn how to interpret
# these caps
jid=str(presence.getFrom())
jid = helpers.get_full_jid_from_iq(presence)
# start disco query...
gajim.capscache.preload(self, jid, node, hash_method, hash)
......
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