]> code.delx.au - pymsnt/blob - config-example.xml
Fixes to nickname and file transfer.
[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 <!-- The public IP of the machine the transport is running on -->
8 <ip>127.0.0.1</ip>
9 <!-- The component JID of the transport. Unless you're doing clustering, leave this alone -->
10 <!-- <compjid>msn1</compjid> -->
11
12
13 <!-- The location of the spool directory.. if relative, relative to the PyMSNt dir.
14 Do not include the jid of the transport -->
15 <!-- <spooldir>/path/to/data</spooldir> -->
16
17
18 <!-- The IP address of the main Jabber server to connect to -->
19 <mainServer>127.0.0.1</mainServer>
20 <!-- The JID of the main Jabber server -->
21 <mainServerJID>host.com</mainServerJID>
22 <!-- The website of the Jabber service -->
23 <website>http://host.com</website>
24 <!-- The TCP port to connect to the Jabber server on (this is the default for Jabberd2) -->
25 <port>5347</port>
26 <!-- The authentication token to use when connecting to the Jabber server -->
27 <secret>secret</secret>
28
29
30 <!-- The default language to use -->
31 <lang>en</lang>
32
33
34 <!-- Comment out the following options to disable them, or uncomment them to enable them -->
35 <!-- Send email notification messages to users -->
36 <mailNotifications/>
37 <!-- Send greeting on login -->
38 <!-- <sessionGreeting>You have just started a session with PyMSNt</sessionGreeting> -->
39 <!-- Send message on successful registration -->
40 <!-- <registerMessage>You have successfully registered with PyMSNt</registerMessage> -->
41 <!-- Allow users to register with this transport -->
42 <allowRegister/>
43 <!-- 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 -->
44 <getAllAvatars/>
45 <!-- Use Jabber.com's XCP component protocol extensions. -->
46 <!-- <useXCP/> -->
47
48
49 <!-- File transfer settings -->
50 <!-- Please give the port to listen for Jabber socks5 transfers on. -->
51 <ftJabberPort>8010</ftJabberPort>
52 <!-- Please give the port to listen for HTTP GETs here (Used in OOB file transfers). -->
53 <!--<ftOOBPort>8011</ftOOBPort>-->
54 <!-- 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) -->
55 <!--<ftOOBRoot>http://host.com/msn/files/</ftOOBRoot>-->
56
57 <!-- You can choose which users you wish to have as administrators. These users can perform some tasks with Ad-Hoc commands that others cannot -->
58 <!--<admins>
59 <jid>admin@host.com</jid>
60 </admins>-->
61
62 </pymsnt>