comparison libpurple/protocols/jabber/jabber.h @ 23598: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
comparison
equal deleted inserted replaced
23597:49d510fc45c8 23598:224169be5830
199 199
200 char *certificate_CN; 200 char *certificate_CN;
201 201
202 /* A purple timeout tag for the keepalive */ 202 /* A purple timeout tag for the keepalive */
203 int keepalive_timeout; 203 int keepalive_timeout;
204
205 PurpleSrvResponse *srv_rec;
206 guint srv_rec_idx;
207 guint max_srv_rec_idx;
204 }; 208 };
205 209
206 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *shortname, const gchar *namespace); 210 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *shortname, const gchar *namespace);
207 211
208 typedef struct _JabberFeature 212 typedef struct _JabberFeature