Profile text and away messages do now work in BeAIM! \o/ I was already stuck on that problem for multiple hours when I last worked on BeAIM,then I...Profile text and away messages do now work in BeAIM! \o/ I was already stuck on that problem for multiple hours when I last worked on BeAIM,then I gave up.Today I was stuck for multiple hours again,but finally found the solution.It's only a few changed lines in the code that make such a huge difference.When loading the buddy list,the userClass field has a length of 2 that was hardcoded.But when requesting user details,the same userClass field does now have a length of 4.The protocol contains a tlvLength param that can be used to detect this,which is now properly done. Show more