X-Git-Url: https://code.delx.au/pymsnt/blobdiff_plain/ce1cf65ab2ddbf0be6b2c747b72ac26197a580cd..af3f1d192bb99fae8f9eb037b7e5bfe051df5c3f:/docs/server.html 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