]> code.delx.au - pymsnt/blob - src/config.py
Reimport and tags (0.10.1)
[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 compjid = ""
6 spooldir = ""
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 sessionGreeting = ""
18 registerMessage = ""
19 allowRegister = False
20 getAllAvatars = False
21 useXCP = False
22
23 admins = []
24