comparison libpurple/protocols/jabber/jabber.h @ 25443:5f9a24d1c25e

Remove some extra trailing whitespace I noticed after merging mlundblad's xmpp branches.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 02 Mar 2009 06:37:05 +0000
parents 0700833f0c5d
children 13541e130064 7e020fbe2cdb 439f07ce4c8a c4fd9222dda1 ff4212a5268f f5e613e05332
comparison
equal deleted inserted replaced
25442:13574de83636 25443:5f9a24d1c25e
201 GString *sasl_mechs; 201 GString *sasl_mechs;
202 202
203 gboolean unregistration; 203 gboolean unregistration;
204 PurpleAccountUnregistrationCb unregistration_cb; 204 PurpleAccountUnregistrationCb unregistration_cb;
205 void *unregistration_user_data; 205 void *unregistration_user_data;
206 206
207 gboolean vcard_fetched; 207 gboolean vcard_fetched;
208 208
209 /* does the local server support PEP? */ 209 /* does the local server support PEP? */
210 gboolean pep; 210 gboolean pep;
211 211
212 /* Is Buzz enabled? */ 212 /* Is Buzz enabled? */
213 gboolean allowBuzz; 213 gboolean allowBuzz;
214 214
215 /* A list of JabberAdHocCommands supported by the server */ 215 /* A list of JabberAdHocCommands supported by the server */
216 GList *commands; 216 GList *commands;
217 217
218 /* last presence update to check for differences */ 218 /* last presence update to check for differences */
219 JabberBuddyState old_state; 219 JabberBuddyState old_state;
220 char *old_msg; 220 char *old_msg;
221 int old_priority; 221 int old_priority;
222 char *old_avatarhash; 222 char *old_avatarhash;
223 223
224 /* same for user tune */ 224 /* same for user tune */
225 char *old_artist; 225 char *old_artist;
226 char *old_title; 226 char *old_title;
227 char *old_source; 227 char *old_source;
228 char *old_uri; 228 char *old_uri;
229 int old_length; 229 int old_length;
230 char *old_track; 230 char *old_track;
231 231
232 char *certificate_CN; 232 char *certificate_CN;
233 233
234 /* A purple timeout tag for the keepalive */ 234 /* A purple timeout tag for the keepalive */
235 int keepalive_timeout; 235 int keepalive_timeout;
236 236
237 PurpleSrvResponse *srv_rec; 237 PurpleSrvResponse *srv_rec;
238 guint srv_rec_idx; 238 guint srv_rec_idx;