| 31859:27695ac2f31d | 31860:0f36ebd8631b |
|---|---|
| 1821 | 1821 |
| 1822 /* TCP */ | 1822 /* TCP */ |
| 1823 port = purple_prefs_get_int("/purple/network/turn_port_tcp"); | 1823 port = purple_prefs_get_int("/purple/network/turn_port_tcp"); |
| 1824 if (port > 0) { | 1824 if (port > 0) { |
| 1825 relay_info = append_relay_info(relay_info, turn_ip, port, username, | 1825 relay_info = append_relay_info(relay_info, turn_ip, port, username, |
| 1826 password, "udp"); | 1826 password, "tcp"); |
| 1827 } | 1827 } |
| 1828 | 1828 |
| 1829 /* TURN over SSL is only supported by libnice for Google's "psuedo" SSL mode | 1829 /* TURN over SSL is only supported by libnice for Google's "psuedo" SSL mode |
| 1830 at this time */ | 1830 at this time */ |
| 1831 | 1831 |