I've got a bit of code that logs in, waits for the contactListInitCompleted event to get called, then iterates over all the contacts and attempts to fetch the avatars.
The problem I'm having is that most of the time contact.getAvatar() is null, and sometimes even when it's not the notifyMsnObjectRetrieval only receives a 4 byte long image.
Can someone tell me what's going on here, or provide some code for downloading avatars for all contacts?
Thank you kindly,
Allain
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've got a bit of code that logs in, waits for the contactListInitCompleted event to get called, then iterates over all the contacts and attempts to fetch the avatars.
The problem I'm having is that most of the time contact.getAvatar() is null, and sometimes even when it's not the notifyMsnObjectRetrieval only receives a 4 byte long image.
Can someone tell me what's going on here, or provide some code for downloading avatars for all contacts?
Thank you kindly,
Allain