How can i get googletalk's user icon/avatar?

HI:

I was tryng to get the user’s icon ( googletalk), i used the vcard’s way, look like this.

Vcar uservcard ;

String user = "somebody@gmail.com";

uservcard.load(connection,user);

,but i only get the fullname of user “somebody” and nothing else.

The other fields of the user’s vcard are null. Exists a way to get the user’s avatar in smack connected to gtalk ???

Libpurple ( pidgin, works ). y other libraries for the same purpose, is google’s bad support for vcard?

If you can help me… only write de answer

Thanks, and cheers…

( My english sucks)