]> code.delx.au - pymsnt/blob - src/config.py
Make PyMSNt.tac pay attention to CONFIG
[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 ftLowPort = "6891"
27 ftHighPort = "6899"
28 ftOOBPort = ""
29 ftOOBRoot = "http://" + ip + "/"
30
31 admins = []
32