]> code.delx.au - pymsnt/commitdiff
Updated docs slightly.
authorjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Sun, 2 Jul 2006 14:26:58 +0000 (14:26 +0000)
committerjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Sun, 2 Jul 2006 14:26:58 +0000 (14:26 +0000)
git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@185 55fbd22a-6204-0410-b2f0-b6c764c7e90a

committer: jamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>

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/>