On Dec 6, 2007 4:31 AM, Donald Hoffman <[EMAIL PROTECTED]> wrote: > I wanted to experiment with writing an XMPP external component for a > project I am working on. I noticed some references to the Jabber > Component Runtime and was thinking of starting with that. However I > notice that the referenced server (http://jabber.terrapin.com) appears > to no longer host it. Are there any alternate hosts, or should I > be considering another starting point? > > Thanks, > Don > >
In what language do you want to write your component? What licensing are you going to use (open source?)? gloox is a very nice library if you are planning to write it in C++. It's cross platform and open source and commercial licensing is available. For further information see: http://camaya.net/gloox There are definitely some XMPP libs for python but I don't know much about them. Cheers, Tobias
