--- 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);