]> code.delx.au - pymsnt/blob - src/config.py
90901724bac7995aef9e5c85ea3d1f7c71315ba1
[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 spooldir = ""
6 pid = "PyMSNt.pid"
7
8 mainServer = "127.0.0.1"
9 mainServerJID = ""
10 website = ""
11 port = "5347"
12 secret = "secret"
13
14 lang = "en"
15
16 mailNotifications = False
17 fancyFriendly = False
18 sessionGreeting = ""
19 registerMessage = ""
20 allowRegister = False
21
22 reactor = ""
23
24 proxyServer = ""
25 proxyPort = ""
26
27 debugOn = False
28 debugSmart = False
29 debugLog = ""
30
31