diff 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
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Fri Sep 05 02:18:15 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sun Oct 19 04:37:23 2008 +0000
@@ -247,6 +247,7 @@
 #ifdef USE_VV
 	/* keep a hash table of JingleSessions */
 	GHashTable *sessions;
+	GHashTable *medias;
 #endif
 };