]> code.delx.au - pymsnt/blob - src/config.py
Fixed clientcaps.
[pymsnt] / src / config.py
1 # This file contains the default settings for various options.
2 # Please edit config.xml instead of this file
3
4 configFile = "config.xml"
5
6 jid = "msn"
7 ip = "127.0.0.1"
8 compjid = ""
9 spooldir = ""
10
11 mainServer = "127.0.0.1"
12 mainServerJID = ""
13 website = ""
14 port = "5347"
15 secret = "secret"
16
17 lang = "en"
18
19 mailNotifications = False
20 sessionGreeting = ""
21 registerMessage = ""
22 allowRegister = False
23 getAllAvatars = False
24 useXCP = False
25
26 ftJabberPort = ""
27 ftOOBPort = ""
28 ftOOBRoot = "http://" + ip + "/"
29
30 admins = []
31