changeset 32110:a15e0b0e5b6c

Actually set the relay info for TCP
author Marcus Lundblad <ml@update.uu.se>
date Tue, 07 Jun 2011 19:29:46 +0000
parents 4cf5cf0248d9
children fcfa9e6dc88b
files ChangeLog libpurple/media/backend-fs2.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 07 09:24:22 2011 +0000
+++ b/ChangeLog	Tue Jun 07 19:29:46 2011 +0000
@@ -1,6 +1,9 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.8.1 (MM/DD/YYYY):
+  libpurple:
+  * media: Actually use the specified TCP port from the TURN configuration to
+    create a TCP relay candidate.
 
 version 2.8.0 (06/07/2011):
 	General:
--- a/libpurple/media/backend-fs2.c	Tue Jun 07 09:24:22 2011 +0000
+++ b/libpurple/media/backend-fs2.c	Tue Jun 07 19:29:46 2011 +0000
@@ -1823,7 +1823,7 @@
 		port = purple_prefs_get_int("/purple/network/turn_port_tcp");
 		if (port > 0) {
 			relay_info = append_relay_info(relay_info, turn_ip, port, username,
-				password, "udp");
+				password, "tcp");
 		}
 
 		/* TURN over SSL is only supported by libnice for Google's "psuedo" SSL mode