]> code.delx.au - pymsnt/blobdiff - src/config.py
Groupchat timeout is configurable.
[pymsnt] / src / config.py
index 655eb107bc91898e74337a09c765323599febe4c..17301b2c372a125d7b37ce432acf2aa8f06dc543 100644 (file)
@@ -1,15 +1,13 @@
 # This file contains the default settings for various options.
 # Please edit config.xml instead of this file
 
-configFile = "config.xml"
-
 jid = "msn"
-ip = "127.0.0.1"
+host = "127.0.0.1"
 compjid = ""
 spooldir = ""
+discoName = "MSN Transport"
 
 mainServer = "127.0.0.1"
-mainServerJID = ""
 website = ""
 port = "5347"
 secret = "secret"
@@ -21,12 +19,21 @@ sessionGreeting = ""
 registerMessage = ""
 allowRegister = False
 getAllAvatars = False
+groupchatTimeout = 180
 useXCP = False
 
-ftLowPort = "6891"
-ftHighPort = "6899"
+ftJabberPort = ""
 ftOOBPort = ""
-ftOOBRoot = "http://" + ip + "/"
+ftOOBRoot = "http://" + host + "/"
+ftSizeLimit = "0"
+ftRateLimit = "0"
 
 admins = []
 
+reactor = ""
+background = False
+pid = ""
+
+debugLevel = "0" # 0->None, 1->Traceback, 2->WARN,ERROR, 3->INFO,WARN,ERROR
+_debugLevel = 0 # Maintained by debug.reloadConfig as an int
+debugFile = ""