libpurple/protocols/jabber/jabber.h

branch
cpw.malu.xmpp.google_relay
changeset 30764
813ff2eb4f42
parent 29370
9ff8f3bdd0f5
parent 29470
131f66d844dc
child 30767
c6506568957d
--- a/libpurple/protocols/jabber/jabber.h	Thu Feb 18 19:29:11 2010 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Thu Feb 18 21:53:35 2010 +0000
@@ -264,7 +264,12 @@
 	gchar *stun_ip;
 	int stun_port;
 	PurpleDnsQueryData *stun_query;
-	/* later add stuff to handle TURN relays... */
+
+	/* stuff for Google's relay handling */
+	gchar *google_relay_token;
+	gchar *google_relay_host;
+	GList *google_relay_requests; /* the HTTP requests to get */
+												/* relay info */
 };
 
 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *namespace);

mercurial