From e183975e0ae99b1315dfae22f7013b78776a5bf2 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Wed, 22 Aug 2012 11:53:51 +0200 Subject: [PATCH] re-enable jingle FT --- src/filetransfers_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filetransfers_window.py b/src/filetransfers_window.py index a0e36e644c..4ee201ae74 100644 --- a/src/filetransfers_window.py +++ b/src/filetransfers_window.py @@ -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) -- GitLab