For working on Windows I would recommend iksemel. http://iksemel.jabberstudio.org/
It's the only library in either C or C++ for Jabber which I could reliably turn into a working DLL and produce functioning applications with (I tried nearly all of those listed on jabber.org). Other people I've spoken to about this (off-list) have come to the same conclusion. For working on *nux your options are far more varied and I've found the Loudmouth library to be especially easy. Cheers, Phil > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 05 January 2005 10.54 > To: Jabber software development list > Subject: Re: [jdev] Simple C Lib > > > As you are using windows it should not make a difference if you use > c++ or c. there are many libs available. afaik all of them reley on > some third party lib - usually for xml parsing. and to do so is a > good idea as writing an xml parser is complicate and a project on its > own. > > many projects use the expat parser. exat is MIT license and this is a > good thing! > > my own lib is http://xcd.jabberstudio.org/ but i don't know if it > fits your needs. > > there is also openaether, just check the list at jabber.org > > E. > > On 4 Jan 2005 at 22:26, Preston Garrison wrote: > > > Is their a simple c lib i can either turn into a dll, or already > > compiles into a dll for windowS? I want a nice and simple way to > > implement jabber in my application which is in delphi, > however all the > > components i can find rely on too many 3rd party > components, and are > > way to complicated for my needs? Any help would be appreciated :) > > > > Preston Garrison > > > > _______________________________________________ > > jdev mailing list > > [email protected] > > http://mail.jabber.org/mailman/listinfo/jdev > > > > > _______________________________________________ > jdev mailing list > [email protected] > http://mail.jabber.org/mailman/listinfo/jdev > _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
