[Jaimbot-users] Bug in AIM library
Brought to you by:
ostersc
|
From: Mike M. <mmu...@cs...> - 2005-01-09 17:57:15
|
Hi, There is a bug in the AIM library handling of incoming messages, where leading colons are stripped from messages. As well, multiple colons in the body of the message are replaced with single colons. This is because the AIMClient is tokenizing the message based on a colon separator. I am attaching a patch to fix this bug. The patch basically modifies it so the message is retrieved using a substring command, rather than the StringTokenizer method. Thanks, Mike |