diff libpurple/protocols/jabber/disco.c @ 26434:e23a74d7c97c

Get rid of the rest of the extraneous changes.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 23 Mar 2009 06:07:16 +0000
parents ff4212a5268f
children cec679e45332 882748e27f9d 4f14455a86d2
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.c	Mon Mar 23 04:47:54 2009 +0000
+++ b/libpurple/protocols/jabber/disco.c	Mon Mar 23 06:07:16 2009 +0000
@@ -89,7 +89,7 @@
 void jabber_disco_info_parse(JabberStream *js, xmlnode *packet) {
 	const char *from = xmlnode_get_attrib(packet, "from");
 	const char *type = xmlnode_get_attrib(packet, "type");
-	
+
 	if(!from || !type)
 		return;
 
@@ -115,7 +115,7 @@
 
 		if(node)
 			xmlnode_set_attrib(query, "node", node);
-		
+
 		if(!node || !strcmp(node, CAPS0115_NODE "#" VERSION)) {
 			identity = xmlnode_new_child(query, "identity");
 			xmlnode_set_attrib(identity, "category", "client");
@@ -459,7 +459,7 @@
 			jabber_google_send_jingle_info(js);
 		} else {
 			/* TODO: add external service discovery here... */
-		} 
+		}
 	}
 
 	for (child = xmlnode_get_child(query, "feature"); child;