]> code.delx.au - pymsnt/blobdiff - docs/server.html
Updated rev and url
[pymsnt] / docs / server.html
index 355d78546204ba03d4fe9a922816071f83b6ea14..c5008058142b3a7687b2270a089b1284d046f117 100644 (file)
@@ -13,8 +13,8 @@
 
 
 <p>This documentation is for version 0.11 of the transport.</p>
-<p>Please visit <a href="http://msn-transport.jabberstudio.org">http://msn-transport.jabberstudio.org</a> to download the transport and see news updates.</p>
-<p>Please visit the <a href="http://msn-transport.jabberstudio.org/docs/user.html">MSN Transport User's Guide</a> if you are a Jabber user and want to talk to your MSN friends.</p>
+<p>Please visit <a href="http://delx.cjb.net/pymsnt">http://delx.cjb.net/pymsnt</a> to download the transport and see news updates.</p>
+<p>Please visit the <a href="http://delx.cjb.net/pymsnt/docs/user.html">MSN Transport User's Guide</a> if you are a Jabber user and want to talk to your MSN friends.</p>
 <p>If you have any insights or comments to add to this page please let me know by email or Jabber: james&#64;delx.cjb.net</p> 
 
 <hr/>
@@ -34,7 +34,7 @@ Make sure have installed Python 2.3 or newer (I have reports that some older ver
 </p>
 <ul>
 <li>Mandrake: <pre>urpmi python</pre></li>
-<li>Debian: <pre>apt-get install python2.3</pre></li>
+<li>Debian: <pre>apt-get install python</pre></li>
 <li>Fedora: <pre>yum install python</pre></li>
 <li>Centos 4: <pre>yum install python</pre></li>
 <li>Suse: <pre>yast -i python</pre></li>
@@ -55,8 +55,8 @@ or make sure you download at least these modules: core, web, words
 </p>
 <ul>
 <li>Mandrake: You will need to download the pycrypto and python openssl RPMs and install them as well as twisted using urpmi. Unfortunately I cannot provide links. I know you can get them from Mandrake Club though.</li>
-<li>Debian sarge: <pre>apt-get install python2.3-twisted python2.3-crypto python2.3-pyopenssl</pre></li>
-<li>Debian: <pre>apt-get install python2.3-twisted python2.3-twisted-words python2.3-crypto python2.3-pyopenssl</pre></li>
+<li>Debian sarge: <pre>apt-get install python-twisted python-crypto python-pyopenssl python-imaging</pre></li>
+<li>Debian: <pre>apt-get install python-twisted python-twisted-words python-crypto python-pyopenssl python-imaging</pre></li>
 <li>Fedora: <pre>yum install python-twisted pyOpenSSL pycrypto</pre></li>
 <li>Centos 4: <pre>yum install python-twisted python-crypto pyOpenSSL</pre></li>
 <li>Suse: <pre>yast -i python-twisted python-openssl python-pycrypto</pre></li>
@@ -68,7 +68,7 @@ or make sure you download at least these modules: core, web, words
 
 <li><h4>PyMSNt</h4>
 <p>
-Download PyMSNt from <a href="http://msn-transport.jabberstudio.org">msn-transport.jabberstudio.org</a> and decompress it to a suitable location.
+Download PyMSNt from <a href="http://delx.cjb.net/pymsnt">delx.cjb.net/pymsnt</a> and decompress it to a suitable location.
 </p>
 </li>
 
@@ -203,6 +203,17 @@ href="http://ejabberd.jabberstudio.org/guide.html#htoc17">ejabberd Guide</a>:
 <li>Restart ejabberd and you're done.</li>
 </ol>
 </li>
+
+<li><h4>Wildfire</h4>
+<p>
+In the Wildfire administration console, click the Server tab, and then External Components.
+Enable external components and enter a port (default is 10015) and a default shared secret.
+</p>
+<p>
+Use the port and secret in the PyMSNt config.xml to connect the transport to Wildfire
+</p>
+</li>
+
 </ul>
 
 <hr/>
@@ -233,6 +244,8 @@ Run in the directory that PyMSNt.pid is in. This will send a SIGHUP signal to th
 </li>
 <li>If you want your transport to be accessible to other Jabber servers then make sure the JID is resolvable by DNS. Note that not having a resolvable DNS doesn't prevent a determined server admin from using your gateway.</li>
 <li>To disable file transfer, simply comment out the ftJabberPort and ftOOBPort options. This will disable file transfer in both directions.</li>
+<li>To keep the size of the avatar spool directory down, try adding a command like this to your cronfile: <pre>find /path/to/msn.host.com/avatars -atime +30 -delete</pre></li>
+<li>To get the latest version of the transport, run this command: <pre>svn co svn://delx.cjb.net/pymsnt/trunk pymsnt</pre></li>
 </ul>
 <hr/>
 
@@ -240,7 +253,8 @@ Run in the directory that PyMSNt.pid is in. This will send a SIGHUP signal to th
 
 <ul>
 <li>On MS Windows, if you can't run PyMSNt, make sure you have Python installed correctly (as well as all of Twisted and PyCrypto/PyOpenSSL), and that python.exe is in your PATH (see above).</li>
-<li>See the <a href="http://msn-transport.jabberstudio.org/docs/user.html">User's Guide to PyMSNt</a> for more details on using the transport</li>
+<li>See the <a href="http://delx.cjb.net/pymsnt/docs/user.html">User's Guide to PyMSNt</a> for more details on using the transport</li>
+<li>Do not use Twisted 2.0.0. It is buggy!</li>
 <li>If you are upgrading from the CMSN-t and your Jabber server has been running
 prior to about November 2003 then some of your users' contact lists may have
 msn.host.com/registered in them. These users should delete the transport from their list, and reregister it. There is no need to delete the transport users (so they will not have to reauthorise any contacts).</li>
@@ -256,6 +270,8 @@ msn.host.com/registered in them. These users should delete the transport from th
 <p>Bug reports and comments go to <a href="mailto:james&#64;delx.cjb.net">James Bunton</a></p>
 <p>I'll gladly help you with any problems, but please look through this whole page, the README &amp; config.xml files first.</p>
 
+<hr/>
+<p>Copyright James Bunton &lt;james at delx.cjb.net&gt;. You may freely redistribute this file.</p>
 
 </body>