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

fix traceback with new fileprops.

parent 1f87a0a1
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class JingleFileTransfer(JingleContent):
if gajim.contacts.is_gc_contact(session.connection.name,
session.peerjid):
roomjid = session.peerjid.split('/')[0]
dstaddr = hashlib.sha1('%s%s%s' % (self.file_props['sid'],
dstaddr = hashlib.sha1('%s%s%s' % (self.file_props.sid,
session.ourjid, roomjid)).hexdigest()
self.file_props.dstaddr = dstaddr
self.state = STATE_NOT_STARTED
......
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