Hi, I don't want to undermine your effort, but there are already jabber libraries written in jave (3 that I know of, probably more). If you don't want to use them, you can perhaps find there some implementation ideas.
My 2 cents Philippe brad cooper wrote: >Hello all, > I'm looking to learn more about the jabber protocol. >I want to start of making a simple java based client >that connects to a server and sends a login message. I >would like to write this in pure java not using any >java/jabber libs, so i can learn. I have the sockets >connected and am now at the point of over-coming the >(EOF) stream problem. I would like to be able to hook >my JAXP XML parser right 2 the stream, but this seems >impossible because my parser wants the whole document >upfront. Any suggestions on over-coming this >limitation would be helpful (another parser? custom >built stream filter then send to a parser?) > >Thanks in advance, > Brad > >__________________________________________________ >Do you Yahoo!? >Faith Hill - Exclusive Performances, Videos & More >http://faith.yahoo.com >_______________________________________________ >jdev mailing list >[EMAIL PROTECTED] >http://mailman.jabber.org/listinfo/jdev > > > _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
