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

re-enable jingle FT

parent 62449c03
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ class FileTransfersWindow:
file_path, file_name, file_desc)
if file_props is None:
return False
if contact.supports(NS_JINGLE_FILE_TRANSFER) and False:
if contact.supports(NS_JINGLE_FILE_TRANSFER):
log.info("contact %s supports jingle file transfer"%(contact.get_full_jid()))
gajim.connections[account].start_file_transfer(contact.get_full_jid(),
file_props)
......
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