]> code.delx.au - pymsnt/blob - src/config.py
Partial rate-limiting. Need to try and throttle down receiving of data too.
[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
9 mainServer = "127.0.0.1"
10 website = ""
11 port = "5347"
12 secret = "secret"
13
14 lang = "en"
15
16 mailNotifications = False
17 sessionGreeting = ""
18 registerMessage = ""
19 allowRegister = False
20 getAllAvatars = False
21 useXCP = False
22
23 ftJabberPort = ""
24 ftOOBPort = ""
25 ftOOBRoot = "http://" + host + "/"
26 ftSizeLimit = "0"
27 ftRateLimit = "0"
28
29 admins = []
30
31 reactor = ""
32 background = False
33 pid = ""
34
35 debugLevel = "0" # 0->None, 1->Traceback, 2->WARN,ERROR, 3->INFO,WARN,ERROR
36 debugFile = ""