fix fallback to IBB

This commit is contained in:
Yann Leboulanger 2012-08-30 23:46:19 +02:00
parent f22a889845
commit 036a309093
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class StateTransfering(JingleFileTransferStates):
def __start_IBB_transfer(self, con):
fp = open(self.jft.file_props.file_name, 'r')
con.OpenStream( self.jft.transport.sid, self.jft.session.peerjid, fp,
con.OpenStream( self.jft.file_props.sid, self.jft.session.peerjid, fp,
blocksize=4096)
def __start_SOCK5_transfer(self):