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

fix file transfer in zeroconf

parent a3613e14
No related branches found
No related tags found
No related merge requests found
......@@ -593,6 +593,7 @@ class ConnectionBytestream:
file_props['sender'] = unicode(iq_obj.getFrom())
file_props['request-id'] = unicode(iq_obj.getAttr('id'))
file_props['sid'] = unicode(si.getAttr('id'))
file_props['transfered_size'] = []
gajim.socks5queue.add_file_props(self.name, file_props)
self.dispatch('FILE_REQUEST', (jid, file_props))
raise common.xmpp.NodeProcessed
......
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