libpurple/protocols/jabber/jabber.h

branch
release-2.x.y
changeset 36016
e8542f42dd97
parent 36013
a351cbf422ed
child 36017
5a0231b9b25b
child 38091
be8d0f7d0041
equal deleted inserted replaced
36015:78c429137f3d 36016:e8542f42dd97
282 /* stuff for Google's relay handling */ 282 /* stuff for Google's relay handling */
283 gchar *google_relay_token; 283 gchar *google_relay_token;
284 gchar *google_relay_host; 284 gchar *google_relay_host;
285 GList *google_relay_requests; /* the HTTP requests to get */ 285 GList *google_relay_requests; /* the HTTP requests to get */
286 /* relay info */ 286 /* relay info */
287
288 /* facebook quirks */
289 gboolean facebook_roster_cleanup_performed;
287 }; 290 };
288 291
289 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *namespace); 292 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *namespace);
290 293
291 typedef struct _JabberFeature 294 typedef struct _JabberFeature

mercurial