[jdev] Writing a transport

Norman Rasmussen norman at rasmussen.co.za
Sun Aug 6 05:23:42 CDT 2006


On 8/6/06, Mietek Bąk <mietek at gmail.com> wrote:
> I'm considering writing an external transport component, as a part of
> a larger project.  What would be a good place to start?  Are there
> any HOWTOs available?  What programming languages and/or libraries
> would you recommend?

Currently the two most 'popular' component libraries are both python:

 - Twisted Words (used by PyMSNt, PyAIMt, PyICQt)
 - xmpp.py (used by PyYIMt, PyIRCt)

but there are other alternatives, eg:

 - Smack (Java, seems to be Client only)
 - agsXMPP (.Net, C#)
 - gloox (C)

have a look at the 'full list' at http://www.jabber.org/software/libraries.shtml

-- 
- Norman Rasmussen
 - Email: norman at rasmussen.co.za
 - Home page: http://norman.rasmussen.co.za/


More information about the JDev mailing list