fix file transfer in zeroconf

This commit is contained in:
Yann Leboulanger 2007-10-08 17:25:53 +00:00
parent a3613e1493
commit 0b6e432134
1 changed files with 1 additions and 0 deletions

View File

@ -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