libpurple/protocols/jabber/jabber.h

branch
cpw.darkrain42.xmpp.avatars
changeset 26090
2b9ffd42e91f
parent 25811
57012229a242
parent 26042
4dabdb5fe213
child 26941
f01a88534d49
--- a/libpurple/protocols/jabber/jabber.h	Sat Feb 14 18:23:13 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sat Mar 07 01:32:29 2009 +0000
@@ -204,7 +204,7 @@
 	gboolean unregistration;
 	PurpleAccountUnregistrationCb unregistration_cb;
 	void *unregistration_user_data;
-	
+
 	gboolean vcard_fetched;
 
 	/* does the local server support PEP? */
@@ -212,16 +212,16 @@
 
 	/* Is Buzz enabled? */
 	gboolean allowBuzz;
-	
+
 	/* A list of JabberAdHocCommands supported by the server */
 	GList *commands;
-	
+
 	/* last presence update to check for differences */
 	JabberBuddyState old_state;
 	char *old_msg;
 	int old_priority;
 	char *old_avatarhash;
-	
+
 	/* same for user tune */
 	char *old_artist;
 	char *old_title;
@@ -229,9 +229,9 @@
 	char *old_uri;
 	int old_length;
 	char *old_track;
-	
+
 	char *certificate_CN;
-	
+
 	/* A purple timeout tag for the keepalive */
 	int keepalive_timeout;
 

mercurial