diff -r 11df1f22a622 -r 5a0231b9b25b libpurple/protocols/jabber/jabber.h --- a/libpurple/protocols/jabber/jabber.h Wed May 07 16:29:48 2014 +0200 +++ b/libpurple/protocols/jabber/jabber.h Wed May 07 17:14:50 2014 +0200 @@ -280,6 +280,9 @@ /* stuff for Google's relay handling */ gchar *google_relay_token; gchar *google_relay_host; + + /* facebook quirks */ + gboolean facebook_roster_cleanup_performed; }; typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *namespace);