comparison libpurple/protocols/jabber/jabber.h @ 26014:bd598b606ca4

Restructure Jingle code to more easily support multiple application types. Actually negotiate a rawudp transport rather than pretending to use iceudp.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sun, 19 Oct 2008 04:37:23 +0000
parents e22bcca9f2b2
children f0c2e27c7ae7
comparison
equal deleted inserted replaced
26013:5a774d0817d8 26014:bd598b606ca4
245 GSList *url_datas; 245 GSList *url_datas;
246 246
247 #ifdef USE_VV 247 #ifdef USE_VV
248 /* keep a hash table of JingleSessions */ 248 /* keep a hash table of JingleSessions */
249 GHashTable *sessions; 249 GHashTable *sessions;
250 GHashTable *medias;
250 #endif 251 #endif
251 }; 252 };
252 253
253 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *shortname, const gchar *namespace); 254 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *shortname, const gchar *namespace);
254 255