]> git.pld-linux.org Git - packages/PyMSNt.git/blob - PyMSNt-config.xml
- added bugfixes from gentoo
[packages/PyMSNt.git] / PyMSNt-config.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.localhost</jid>
7 <!-- The public IP or DNS name of the machine the transport is running on -->
8 <!-- This is needed for file transfer!! This is also used as the IP address for outgoing connections -->
9 <host>public_ip_of_your_host</host>
10 <!-- The component JID of the transport. Unless you're doing clustering, leave this alone -->
11 <!-- <compjid>msn1</compjid> -->
12 <!-- The name of the transport in the service discovery list. -->
13 <!-- <discoName>MSN Transport</discoName> -->
14
15
16 <!-- The location of the spool directory.. if relative, relative to the PyMSNt dir.
17 Do not include the jid of the transport -->
18 <spooldir>/var/spool/pymsnt/</spooldir>
19 <!-- The location of the PID file, relative to the PyMSNt directory -->
20 <pid>/var/run/PyMSNt.pid</pid>
21 <!-- If set, the transport will background itself when run -->
22 <background/>
23 <!-- The Twisted reactor to choose. Pick poll or epoll on Linux, kqueue on BSD. Or leave as default (best found) -->
24 <!-- <reactor>poll</reactor> -->
25
26
27 <!-- The IP address of the main Jabber server to connect to -->
28 <mainServer>127.0.0.1</mainServer>
29 <!-- The TCP port to connect to the Jabber server on (this is the default for Jabberd2) -->
30 <port>5347</port>
31 <!-- The authentication token to use when connecting to the Jabber server -->
32 <secret>secret</secret>
33 <!-- Use Jabber.com's XCP component protocol extensions. --> 
34 <!-- <useXCP/> -->
35
36
37 <!-- The default language to use -->
38 <lang>en</lang>
39 <!-- The website of the Jabber service -->
40 <website>http://www.pld-linux.org/</website>
41
42
43 <!-- Comment out the following options to disable them, or uncomment them to enable them -->
44 <!-- Send email notification messages to users -->
45 <mailNotifications/>
46 <!-- Send greeting on login -->
47 <!-- <sessionGreeting>You have just started a session with PyMSNt</sessionGreeting> -->
48 <!-- Send message on successful registration -->
49 <!-- <registerMessage>You have successfully registered with PyMSNt</registerMessage> -->
50 <!-- Allow users to register with this transport -->
51 <allowRegister/>
52 <!-- Get all avatars. If this is set to true then avatars are grabbed for all your contacts immediately. If false then avatars are only grabbed when you're in a chat with a contact -->
53 <getAllAvatars/>
54 <!-- The amount of time a user has to join a groupchat they are invited to before the transport makes them leave the room. (MSN protocol requires autojoining of groupchats) -->
55 <!-- <groupchatTimeout>120</groupchatTimeout> -->
56
57
58 <!-- File transfer settings -->
59 <!-- The maximum size of a file transfer (in bytes). For unlimited, comment out, or set to 0 -->
60 <ftSizeLimit>524288</ftSizeLimit>
61 <!-- The maximum rate for file transfer (in bytes). For unlimited, comment out, or set to 0 -->
62 <ftRateLimit>2048</ftRateLimit>
63 <!-- Please give the port to listen for Jabber socks5 transfers on. -->
64 <ftJabberPort>8010</ftJabberPort>
65 <!-- Please give the port to listen for HTTP GETs here (Used in old-style OOB file transfers. Best to leave this disabled unless you know you need it.) -->
66 <!--<ftOOBPort>8011</ftOOBPort>-->
67 <!-- Please give the root URL the transport should send to clients. (You can use an Apache reverse proxy to put this on your ordinary website) -->
68 <!-- Eg, the transport will listen on port 8011 for HTTP GETs to /RANDOM_FILE.ext. You can set apache to forward any requests to http://yourhost.com:80/msn/files/RANDOM_FILE.ext to http://yourhost.com:8011/RANDOM_FILE.ext. This saves you from opening extra ports. -->
69 <!--<ftOOBRoot>http://host.com/msn/files/</ftOOBRoot>-->
70
71 <!-- You can choose which users you wish to have as administrators. These users can perform some tasks with Ad-Hoc commands that others cannot -->
72 <!--<admins>
73 <jid>admin@host.com</jid>
74 </admins>-->
75
76
77 <!-- Log settings -->
78
79 <!-- The logging level 
80 0 -> No logging
81 1 -> Log tracebacks
82 2 -> Log tracebacks, warnings and errors
83 3 -> Log all sorts of informational (mostly useless stuff) 
84 4 -> Log the MSN protocol code sent
85 -->
86 <!-- <debugLevel>0</debugLevel> -->
87
88 <!-- The file to log to. Leave this disabled for stdout -->
89 <!-- <debugFile>debug.log</debugFile> -->
90
91 </pymsnt>
This page took 0.051185 seconds and 3 git commands to generate.