--- 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);