Transports/ Gateways
Transports to legacy protocols such as MSN, ICQ etc. are created and maintained by the Open Source community; the transports are available for the Linux Operating System currently.
You can integrate the transports with TIMP; to do so you would need to set-up a Linux Box and install the transports there and then configure TIMP.Configuring the transports on a Linux Box
Suppose you installed TIMP 1.2 on a domain such as mycompany.com and you want your users to have access to the transports to MSN and ICQ. These are the steps you should follow:
- install a Linux Box with your favourite distribution
- download install the transports on the Linux Box, associating the following domain names:
-- icq.mycompany.com
-- msn.mycompany.com
- check on you company DNS that the domain names icq.mycompany.com and msn.mycompany.com are correctly pointing to the Linux Box and the domain name mycompany.com with the machine running TIMP1.2
- double check that you have installed TIMP1.2 with S2S support enabled (refer to TIMP1.2 installation log)
- open TIMP Console
- locate the jsm | mycompany.com line in the plug-in list and double click on it
- switch to custom configuration and locate the browse tag
- insert just after <browse> the following text:
<service type="msn" jid="msn.tipic.com" name="MSN">
<ns>jabber:iq:gateway</ns>
<ns>jabber:iq:register</ns>
</service>
<service type="icq" jid="icq.tipic.com" name="ICQ">
<ns>jabber:iq:gateway</ns>
<ns>jabber:iq:register</ns>
<ns>jabber:iq:search</ns>
</service>
- save the updated configuration and restart the jsm plug-in