changeset 7273:d152ea377e4a

[gaim-migrate @ 7850] why did I let that into CVS? committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 15 Oct 2003 06:11:26 +0000
parents 02f697df677b
children 448e39ace278
files src/protocols/jabber/presence.c
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/presence.c	Wed Oct 15 05:57:18 2003 +0000
+++ b/src/protocols/jabber/presence.c	Wed Oct 15 06:11:26 2003 +0000
@@ -312,15 +312,6 @@
 					jbr->state);
 		else
 			serv_got_update(js->gc, buddy_name, 0, 0, 0, 0, 0);
-#if 0
-		iq = jabber_iq_new_query(js, JABBER_IQ_GET,
-				"http://jabber.org/protocol/disco#items");
-		query = xmlnode_get_child(iq->node, "query");
-		xmlnode_set_attrib(query, "node",
-				"http://jabber.org/protocol/avatar");
-		xmlnode_set_attrib(iq->node, "to", buddy_name);
-		jabber_iq_send(iq);
-#endif
 
 		g_free(buddy_name);
 	}