]> code.delx.au - pymsnt/blobdiff - docs/server.html
Small docs update.
[pymsnt] / docs / server.html
index 9c2228e71a540795207b3688d8b16966ce3c8156..6c7534f3cb8d19275ff76c94f3f50e2099f9e432 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/>
@@ -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: <pre>apt-get install python2.3-twisted python2.3-crypto \
-                python2.3-pyopenssl</pre></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>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>