Installing additional transports

I have installed the current version of Jive.

I would like to install transports for AIM, ICQ, and MSN. I have attempted to use the Python scripts without success. They are all looking for a module named xish.domish and I have no idea where to find it.

If someone could provide me with some pointer, that would be appreciated.

Hey Samuel,

This looks like a Python question. Make sure that you have installed all the required softwares (e.g. Python, Twisted, PyOpenSSL, PyCrypto, etc.) and correct versions.

Links that may be of help:

http://ejabberd.jabber.ru/tutorials-transports

http://twistedmatrix.com/projects/twisted/

http://twistedmatrix.com/products/download

You may also want to post these questions to the py-transports mailing list.

Regards,

– Gato

xish is a twisted matrix object

http://twistedmatrix.com/projects/xish/

you’'ll need several of them as per the docs for PyMSN

http://msn-transport.jabberstudio.org/docs/server.html

You may just want to install the Sumo package and cover all the bases.

http://tmrc.mit.edu/mirror/twisted/TwistedSumo-2005-03-09.tar.bz2

Peter

Thanks to all who responded. The answer (Using Sumo) worked perfectly!