>> I figure at this point, I'm probably better off writing a Jabber library >> which conforms to our existing threading and which uses our XML library. >> However, if there's something floating around out there for actually >> providing a Jabber protocol handler, which I can sand off a few rough >> edges and plug it into our existing model, I'd love to hear about it. :) > > Hmm .. I'm not really sure what are you after here. Since what's left is > pretty much only the socket to connect to the server and be able to read > a string (that you feed your parser)? Perhaps I missed something?
Actually, it's more all the little bits that glue everything together -- like SASL and whatnot -- which are the pain to implement. And of course, while all the XML stuff /works/, there's still the matter of writing actual wrappers to generate the Jabber XML and parse it back into messages and other bits of data. All of which can be done, but if there's a suitable library for handling /that/ part, it'd speed up the task. If not, c'est la vie, I write the code. -- Rachel Blackman <[EMAIL PROTECTED]> Trillian Messenger - http://www.trillian.cc/ _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
