libpurple/protocols/jabber/jabber.h

changeset 22096
0d28b254d322
parent 21929
da673c30bbb7
child 22155
7c2034388bdb
equal deleted inserted replaced
22095:ffb4f0d4a247 22096:0d28b254d322
191 char *old_uri; 191 char *old_uri;
192 int old_length; 192 int old_length;
193 char *old_track; 193 char *old_track;
194 194
195 char *host; 195 char *host;
196
197 /* A purple timeout tag for the keepalive */
198 int keepalive_timeout;
196 }; 199 };
197 200
198 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *shortname, const gchar *namespace); 201 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *shortname, const gchar *namespace);
199 202
200 typedef struct _JabberFeature 203 typedef struct _JabberFeature

mercurial