--- a/libpurple/protocols/jabber/jabber.h Sat Mar 28 16:58:32 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.h Sun Mar 29 19:29:22 2009 +0000 @@ -44,6 +44,8 @@ JABBER_CAP_ADHOC = 1 << 12, JABBER_CAP_BLOCKING = 1 << 13, + JABBER_CAP_ITEMS = 1 << 14, + JABBER_CAP_RETRIEVED = 1 << 31 } JabberCapabilities; @@ -242,6 +244,12 @@ * for when we lookup buddy icons from a url */ GSList *url_datas; + + /** + * The last server the user disco'd (or NULL) via the server discovery + * API. + */ + char *last_disco_server; }; typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *shortname, const gchar *namespace);