diff libpurple/protocols/jabber/jingle/jingle.h @ 26162:88f183f7dfc7

Add automatic discovery of GTalk STUN servers when using a Gtalk account Is used for STUN candidate genration, unless a STUN server is set in prefs Does not handle GTalk relay setup yet
author Marcus Lundblad <ml@update.uu.se>
date Tue, 03 Feb 2009 21:37:27 +0000
parents bd598b606ca4
children 0a5737e1e969
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jingle/jingle.h	Mon Feb 02 11:37:07 2009 +0000
+++ b/libpurple/protocols/jabber/jingle/jingle.h	Tue Feb 03 21:37:27 2009 +0000
@@ -72,6 +72,10 @@
 
 void jingle_terminate_sessions(JabberStream *js);
 
+/* create a GParam array given autoconfigured STUN (and later perhaps TURN).
+	if google_talk is TRUE, set compatability mode to GOOGLE_TALK */
+GParameter *jingle_get_params(JabberStream *js, guint *num_params);
+
 #ifdef __cplusplus
 }
 #endif