"Katz, Dov (Lists/Junk Mail)" <[EMAIL PROTECTED]> wrote on 13-12-2002 15:33:40: > >Does anyone know of a MSN implementation in JAVA? Preferably for >jabber, but it could be any implementation of the MSN protocol, before >I go start from scratch :) > >Also, I saw the MSN protocol explained on theoretic's website. Is >there another place I should be looking?
The MSN protocol is quite simple, and very well documented online. I'm sure you could find a lot of Java based libraries too, if you just google for it. However are often oriented for a single or a few connections. If you'd want to build an efficient scalable MSN transport it might be best to start from the ground up and use the NIO framework introduced in J2SE 1.4 -- Tijl Houtbeckers Java/J2ME/GPRS Software Engineer @ Splendo The Netherlands _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
