libpurple/protocols/jabber/disco.c

branch
cpw.darkrain42.xmpp.avatars
changeset 25810
5cf3c22e52df
parent 25477
ada9e5c4a10a
child 26090
2b9ffd42e91f
--- a/libpurple/protocols/jabber/disco.c	Sat Feb 14 01:18:25 2009 +0000
+++ b/libpurple/protocols/jabber/disco.c	Sat Feb 14 03:57:22 2009 +0000
@@ -340,7 +340,13 @@
 {
 	const char *ft_proxies;
 
+	/*
+	 * This *should* happen only if the server supports vcard-temp, but there
+	 * are apparently some servers that don't advertise it even though they
+	 * support it.
+	 */
 	jabber_vcard_fetch_mine(js);
+
 	if (js->pep)
 		jabber_avatar_fetch_mine(js);
 

mercurial