]> code.delx.au - pymsnt/blobdiff - docs/server.html
Updated docs slightly.
[pymsnt] / docs / server.html
index 355d78546204ba03d4fe9a922816071f83b6ea14..358333e506cdebd5e8ede5dd56dce92c1b591102 100644 (file)
@@ -233,6 +233,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/>