diff libpurple/protocols/jabber/jabber.h @ 23643:224169be5830

Add support for using multiple "xmpp-client" records on a domain, by trying the records in order until one succeeds (or we exhaust them all). This currently will also fall back to the server based on the user's jid. Fixes #6436.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 27 Jul 2008 22:34:32 +0000
parents 23fe481afccf
children 9bf36aad8735 ba362a67278c
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Sun Jul 27 15:39:05 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sun Jul 27 22:34:32 2008 +0000
@@ -201,6 +201,10 @@
 	
 	/* A purple timeout tag for the keepalive */
 	int keepalive_timeout;
+
+	PurpleSrvResponse *srv_rec;
+	guint srv_rec_idx;
+	guint max_srv_rec_idx;
 };
 
 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *shortname, const gchar *namespace);