re-enable jingle FT
This commit is contained in:
parent
62449c03b8
commit
e183975e0a
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ class FileTransfersWindow:
|
||||||
file_path, file_name, file_desc)
|
file_path, file_name, file_desc)
|
||||||
if file_props is None:
|
if file_props is None:
|
||||||
return False
|
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()))
|
log.info("contact %s supports jingle file transfer"%(contact.get_full_jid()))
|
||||||
gajim.connections[account].start_file_transfer(contact.get_full_jid(),
|
gajim.connections[account].start_file_transfer(contact.get_full_jid(),
|
||||||
file_props)
|
file_props)
|
||||||
|
|
Loading…
Add table
Reference in a new issue