diff libpurple/protocols/jabber/jingle/rtp.c @ 30932:f858b53dfbf0

Can now generate a relayed candidate for the initiator
author Marcus Lundblad <ml@update.uu.se>
date Thu, 24 Sep 2009 20:22:24 +0000
parents 8bc115afec99
children 0b5520bf1fe3
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jingle/rtp.c	Tue Sep 22 22:42:21 2009 +0000
+++ b/libpurple/protocols/jabber/jingle/rtp.c	Thu Sep 24 20:22:24 2009 +0000
@@ -602,7 +602,8 @@
 				: PURPLE_MEDIA_RECV_VIDEO;
 
 	params = 
-		jingle_get_params(jingle_session_get_js(session), &num_params);
+		jingle_get_params(jingle_session_get_js(session), NULL, 0, 0, 0,
+			NULL, NULL, &num_params);
 
 	creator = jingle_content_get_creator(content);
 	if (!strcmp(creator, "initiator"))