]> code.delx.au - pymsnt/blob - src/config.py
Initial file transfer work
[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 ip = "127.0.0.1"
6 compjid = ""
7 spooldir = ""
8
9 mainServer = "127.0.0.1"
10 mainServerJID = ""
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 useXCP = False
23
24 ftLowPort = "6891"
25 ftHighPort = "6899"
26 ftOOBPort = ""
27 ftOOBRoot = "http://" + ip + "/"
28
29 admins = []
30