]> code.delx.au - pymsnt/blob - README
Small fix to auto update routines.
[pymsnt] / README
1 For the install guide check out the setup guide on
2 http://msn-transport.jabberstudio.org
3
4 For quickstart, copy config-example.xml to config.xml, change the settings
5 there, and run:
6 # ./PyMSNt &
7
8 If you want more control over daemonisation and logging, have a look at
9 the twistd manpage. Edit PyMSNt.tac and run with twistd.
10 Examples:
11 To start as a daemon run:
12 # twistd -oy PyMSNt.tac
13 To start as a daemon, with logging, a PID file and poll as the reactor:
14 # twistd -oy PyMSNt.tac -r poll --pidfile /var/run/PyMSNt.pid -l /var/log/PyMSNt.log
15
16
17 For translations have a look at lang.py. If you need any help starting
18 a translation feel free to ask.
19
20 Coding:
21 * To implement a new protocol look in the baseproto directory for what
22 functions must be reimplemented.
23 * Look at the MSN files for examples
24