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