]> code.delx.au - pymsnt/blob - config-example.xml
c495fd8b8852b5d5a8eea106dd23c20f9e7b7916
[pymsnt] / config-example.xml
1 <pymsnt>
2 <!-- This file contains options to be configured by the server administrator. -->
3 <!-- Please read through all the options in this file -->
4
5 <!-- The JabberID of the transport -->
6 <jid>msn</jid>
7
8
9 <!-- The location of the spool directory.. if relative, relative to the PyMSNt dir.
10 Do not include the jid of the transport -->
11 <!-- <spooldir>/path/to/data</spooldir> -->
12
13 <!-- The location of the PID file (if relative, relative to the PyMSNt dir) -->
14 <pid>PyMSNt.pid</pid>
15
16
17 <!-- The IP address of the main Jabber server to connect to -->
18 <mainServer>127.0.0.1</mainServer>
19 <!-- The JID of the main Jabber server -->
20 <mainServerJID>host.com</mainServerJID>
21 <!-- The website of the Jabber service -->
22 <website>http://host.com</website>
23 <!-- The TCP port to connect to the Jabber server on (this is the default for Jabberd2) -->
24 <port>5347</port>
25 <!-- The authentication token to use when connecting to the Jabber server -->
26 <secret>secret</secret>
27
28
29 <!-- The default language to use -->
30 <lang>en</lang>
31
32
33 <!-- Comment out the following options to disable them, or uncomment them to enable them -->
34 <!-- Send email notification messages to users -->
35 <mailNotifications/>
36 <!-- Use fancy friendly names (based on your Jabber status message) -->
37 <fancyFriendly/>
38 <!-- Send greeting on login -->
39 <!-- <sessionGreeting>You have just started a session with PyMSNt</sessionGreeting> -->
40 <!-- Send message on successful registration -->
41 <!-- <registerMessage>You have successfully registered with PyMSNt</registerMessage> -->
42 <!-- Allow users to register with this transport -->
43 <allowRegister/>
44
45
46
47 <!-- You can select which event loop PyMSNt will use. It's probably safe to leave this as the default -->
48 <!-- Use epoll for high-load Linux servers running kernel 2.6 or above -->
49 <!--<reactor>epoll</reactor>-->
50
51 <!-- Use kqueue for high-load FreeBSD servers -->
52 <!--<reactor>kqueue</reactor>-->
53
54 <!-- Use poll for high-load Unix servers -->
55 <!--<reactor>poll</reactor>-->
56
57
58
59 <!-- HTTPS proxy settings. To use a proxy, set both these values -->
60 <!--
61 <proxyServer>someserver.com</proxyServer>
62 <proxyPort>443</proxyPort>
63 -->
64
65 <!-- Set this to get debugging output -->
66 <debugOn/>
67 <!-- Set this to only get debugging output when a problem occurs. Only applies if logging to a file -->
68 <debugSmart/>
69 <!-- Set the debug log file location here, (comment out to output to the screen) -->
70 <!-- (if relative, relative to the PyMSNt dir) -->
71 <debugLog>debug.log</debugLog>
72
73
74 </pymsnt>