MSN Messenger for Java

This is an attempt at implementing the MSN Messenger protocol in Java. Currently, there is enough done to send messages back and forth, but not much else. Also, the code is not very well documented internally, but the public methods should be pretty self explanitory.

Requirements:

Known bugs:

There is a problem with the JDK 1.3 BufferedReader that causes ready() to block, if there is nothing to read. This causes big problems in MSNj.

If you have any questions, bugs, patches, or suggestions, send them to: Dave Dunkin <dave_dunkin@hotmail.com>