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
