From 0b6e432134df9ac7b9de4794671dbbded9582993 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 8 Oct 2007 17:25:53 +0000 Subject: [PATCH] fix file transfer in zeroconf --- src/common/zeroconf/connection_handlers_zeroconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/zeroconf/connection_handlers_zeroconf.py b/src/common/zeroconf/connection_handlers_zeroconf.py index 6205c9287..dc4e7ba28 100644 --- a/src/common/zeroconf/connection_handlers_zeroconf.py +++ b/src/common/zeroconf/connection_handlers_zeroconf.py @@ -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