]> code.delx.au - pymsnt/blobdiff - src/config.py
chmod +x PyMSNt.py
[pymsnt] / src / config.py
index d9387760399b3f112ad6a7e60d6cb0f8b4195872..ea27cccb87fa69c992b2213c8fb980a78f9bc88c 100644 (file)
@@ -2,9 +2,10 @@
 # Please edit config.xml instead of this file
 
 jid = "msn"
-ip = "127.0.0.1"
+host = "127.0.0.1"
 compjid = ""
 spooldir = ""
+discoName = "MSN Transport"
 
 mainServer = "127.0.0.1"
 website = ""
@@ -22,13 +23,16 @@ useXCP = False
 
 ftJabberPort = ""
 ftOOBPort = ""
-ftOOBRoot = "http://" + ip + "/"
+ftOOBRoot = "http://" + host + "/"
+ftSizeLimit = "0"
+ftRateLimit = "0"
 
 admins = []
 
 reactor = ""
-daemonise = False
+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 = ""