tis 2003-03-04 klockan 19.32 skrev Rachel Blackman: > Okay, I'm in an odd position; the Win32 project I'm working with already > has an XML parser which is more than sufficient, and an internal threading > model. Most of the libraries I've found either provide just an XML core to > work with (iksemel), which is redundant...or provide threading, XML /and/ a > simple Jabber API (OpenAether...sorry, Zion), which is far more than I > need. > > 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? Regards, Mikael Hallendal -- Mikael Hallendal [EMAIL PROTECTED] CodeFactory AB http://www.codefactory.se/ Cell: +46 (0)709 718 918 _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
