comparison libpurple/protocols/jabber/jingle/jingle.h @ 30499: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 c585572e80dd
children 44f53d3fc54f
comparison
equal deleted inserted replaced
30498:794001c22306 30499:f858b53dfbf0
76 void jingle_parse(JabberStream *js, const char *from, JabberIqType type, 76 void jingle_parse(JabberStream *js, const char *from, JabberIqType type,
77 const char *id, xmlnode *child); 77 const char *id, xmlnode *child);
78 78
79 void jingle_terminate_sessions(JabberStream *js); 79 void jingle_terminate_sessions(JabberStream *js);
80 80
81 #ifdef USE_VV
81 /* create a GParam array given autoconfigured STUN (and later perhaps TURN). 82 /* create a GParam array given autoconfigured STUN (and later perhaps TURN).
82 if google_talk is TRUE, set compatability mode to GOOGLE_TALK */ 83 if google_talk is TRUE, set compatability mode to GOOGLE_TALK */
83 GParameter *jingle_get_params(JabberStream *js, guint *num_params); 84 GParameter *jingle_get_params(JabberStream *js, const gchar *relay_ip,
85 guint relay_udp, guint relay_tcp, guint relay_ssltcp,
86 const gchar *relay_username, const gchar *relay_password, guint *num_params);
87 #endif
84 88
85 #ifdef __cplusplus 89 #ifdef __cplusplus
86 } 90 }
87 #endif 91 #endif
88 92