]> code.delx.au - pymsnt/blob - src/config.py
Groupchat timeout is configurable.
[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 jid = "msn"
5 host = "127.0.0.1"
6 compjid = ""
7 spooldir = ""
8 discoName = "MSN Transport"
9
10 mainServer = "127.0.0.1"
11 website = ""
12 port = "5347"
13 secret = "secret"
14
15 lang = "en"
16
17 mailNotifications = False
18 sessionGreeting = ""
19 registerMessage = ""
20 allowRegister = False
21 getAllAvatars = False
22 groupchatTimeout = 180
23 useXCP = False
24
25 ftJabberPort = ""
26 ftOOBPort = ""
27 ftOOBRoot = "http://" + host + "/"
28 ftSizeLimit = "0"
29 ftRateLimit = "0"
30
31 admins = []
32
33 reactor = ""
34 background = False
35 pid = ""
36
37 debugLevel = "0" # 0->None, 1->Traceback, 2->WARN,ERROR, 3->INFO,WARN,ERROR
38 _debugLevel = 0 # Maintained by debug.reloadConfig as an int
39 debugFile = ""