parent
d23bb1ffee
commit
023a8c6f4b
|
@ -693,7 +693,7 @@ class Connection:
|
||||||
streamhost.setAttr('port', str(port))
|
streamhost.setAttr('port', str(port))
|
||||||
streamhost.setAttr('host', self.peerhost[0])
|
streamhost.setAttr('host', self.peerhost[0])
|
||||||
streamhost.setAttr('jid', sender)
|
streamhost.setAttr('jid', sender)
|
||||||
if proxyhosts != []:
|
if fast and proxyhosts != []:
|
||||||
file_props['proxy_receiver'] = str(receiver)
|
file_props['proxy_receiver'] = str(receiver)
|
||||||
file_props['proxy_sender'] = str(sender)
|
file_props['proxy_sender'] = str(sender)
|
||||||
file_props['proxyhosts'] = proxyhosts
|
file_props['proxyhosts'] = proxyhosts
|
||||||
|
|
Loading…
Reference in New Issue