Menu

#2 Can't login when contact list is empty

open
nobody
None
5
2008-03-05
2008-03-05
Anonymous
No

If the contact list of uin used is empty the login process can't be completed.

I think the problem is in SrvSsiResponse.cs:

if (time != 0)
{
parsed = true; session.ContactList.OnContactListReceived(session.ContactList, EventArgs.Empty);
}
Log.Debug ("SSI has {0} contacts", contact_count);

I tried to add string
if (contact_count == 0) parsed = true;
ant it work's fine.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.