[jdev] Simple C Lib
Nicolas Escobar Jariton
nicoej at gmail.com
Thu Jan 6 10:59:52 CST 2005
Hi Phil, I am also using loudmouth library, I found it very usefull.
However, I have some questions regarding lm library:
1) What is the difference between lm-send-async.c and lm-send-sync.c
from the examples folder?
2) Is there a function in the library to list the "contact list"
(roster right?) of a user?
Regards
On Wed, 5 Jan 2005 11:01:47 -0000, Phil Wilson <p.wilson at zoo-tech.com> wrote:
> 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: aliban at gmx.net [mailto:aliban at gmx.net]
> > 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
> > > jdev at jabber.org
> > > http://mail.jabber.org/mailman/listinfo/jdev
> > >
> >
> >
> > _______________________________________________
> > jdev mailing list
> > jdev at jabber.org
> > http://mail.jabber.org/mailman/listinfo/jdev
> >
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mail.jabber.org/mailman/listinfo/jdev
>
More information about the JDev
mailing list