From: jamesbunton Date: Sun, 2 Jul 2006 14:26:58 +0000 (+0000) Subject: Updated docs slightly. X-Git-Url: https://code.delx.au/pymsnt/commitdiff_plain/af3f1d192bb99fae8f9eb037b7e5bfe051df5c3f Updated docs slightly. git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@185 55fbd22a-6204-0410-b2f0-b6c764c7e90a committer: jamesbunton --- diff --git a/docs/server.html b/docs/server.html index 355d785..358333e 100644 --- a/docs/server.html +++ b/docs/server.html @@ -233,6 +233,8 @@ Run in the directory that PyMSNt.pid is in. This will send a SIGHUP signal to th
  • 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.
  • To disable file transfer, simply comment out the ftJabberPort and ftOOBPort options. This will disable file transfer in both directions.
  • +
  • To keep the size of the avatar spool directory down, try adding a command like this to your cronfile:
    find /path/to/msn.host.com/avatars -atime +30 -delete
  • +
  • To get the latest version of the transport, run this command:
    svn co svn://delx.cjb.net/pymsnt/trunk pymsnt