libpurple/protocols/jabber/google/google_session.c

branch
soc.2013.gobjectification.plugins
changeset 37163
bdaa6ae19356
parent 36692
324db2a53c4c
parent 36346
f4c32aca3f1f
child 38358
30ba44276e74
--- a/libpurple/protocols/jabber/google/google_session.c	Mon Jan 05 01:48:13 2015 +0530
+++ b/libpurple/protocols/jabber/google/google_session.c	Fri Apr 10 11:36:40 2015 +0530
@@ -657,7 +657,7 @@
 					candidate_type,
 					purple_strequal(protocol, "udp") ?
 							PURPLE_MEDIA_NETWORK_PROTOCOL_UDP :
-							PURPLE_MEDIA_NETWORK_PROTOCOL_TCP,
+							PURPLE_MEDIA_NETWORK_PROTOCOL_TCP_PASSIVE,
 					address,
 					atoi(port));
 			g_object_set(info, "username", purple_xmlnode_get_attrib(cand, "username"),

mercurial