libpurple/protocols/jabber/jabber.h

changeset 22155
7c2034388bdb
parent 22096
0d28b254d322
child 22398
1a6f172dfbd4
child 22800
0288a22eb85a
equal deleted inserted replaced
22154:b7ab5a12d97a 22155:7c2034388bdb
190 char *old_source; 190 char *old_source;
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 *certificate_CN;
196 196
197 /* A purple timeout tag for the keepalive */ 197 /* A purple timeout tag for the keepalive */
198 int keepalive_timeout; 198 int keepalive_timeout;
199 }; 199 };
200 200

mercurial