handle ft_send_local_ips option with jingle FT
This commit is contained in:
parent
503c7dc515
commit
0493997a24
|
@ -168,6 +168,9 @@ class JingleTransportSocks5(JingleTransport):
|
||||||
self.candidates.append(cand)
|
self.candidates.append(cand)
|
||||||
|
|
||||||
def _add_local_ips_as_candidates(self):
|
def _add_local_ips_as_candidates(self):
|
||||||
|
if not gajim.config.get_per('accounts', self.connection.name,
|
||||||
|
'ft_send_local_ips'):
|
||||||
|
return
|
||||||
if not self.connection:
|
if not self.connection:
|
||||||
return
|
return
|
||||||
local_ip_cand = []
|
local_ip_cand = []
|
||||||
|
|
Loading…
Reference in New Issue