PyMSNt Server Administrator Documentation

Please visit http://msn-transport.jabberstudio.org to download the transport and see news updates

If you have any insights or comments to add to this page please use the Add comment link below to do so.


Installation Guide

Instructions/suggestions for other servers and OSs are welcome

Basic Installation


Configuration of Jabber Servers

The instructions below assume you are running PyMSNt on the same machine as your main Jabber server

If you are using Jabberd2 then you shouldn't have to do much configuration. Make sure the 'mainServer' setting is the IP or DNS of your Jabber server, and leave the 'port' setting alone. Double-check that the secret for legacy components in router.xml (for Jabberd2) is the same as the secret setting in config.py. That should be all. You don't even need to restart Jabberd2.

If you are using Jabberd1.4.x then you need to add this to your jabber.xml file

  <service id="msn.host.com">
          <host>msn.host.com</host>
          <accept>
                  <ip>127.0.0.1</ip>
                  <port>XXXX</port>
                  <secret>secret</secret>
          </accept>
  </service>

Check that msn.host.com is the same as the 'jid' setting from config.py and that XXXX is the same as the 'port' setting. Also 'secret' must correspond, and the 'mainServer' setting should be pointing to the same interface as the <ip/> tag is (in this example the loopback interface is used. So 'mainServer' would be '127.0.0.1').

You must also add this to the browse section of your jabber.xml file
 <service type="msn" jid="msn.host.com" name="MSN Transport">
   <ns>jabber:iq:register</ns>
 </service>

Once again, msn.host.com must correspond to the 'jid' setting in config.py

Once you have made all these changes, restart your Jabberd1.4.x server, then start PyMSNt and it should all work.


Usage Guide


Bug reports and comments go to James Bunton
I'll gladly help you with any problems, but please look through this wiki, the README & config.py files first.


Add a comment

Edit this page

Want to get notified on updates of this page?
Subscribe to this page's RSS feed: http://jabbermanual.jabberstudio.org/docs/pymsnt.rdf


Admin panel
(no unhandled propositions)
powered by neatWiki