]> code.delx.au - pymsnt/blobdiff - src/config.py
Groupchat timeout is configurable.
[pymsnt] / src / config.py
index bd513d0a1dbe7db30b0533a2d67166c769dc25a8..17301b2c372a125d7b37ce432acf2aa8f06dc543 100644 (file)
@@ -5,6 +5,7 @@ jid = "msn"
 host = "127.0.0.1"
 compjid = ""
 spooldir = ""
+discoName = "MSN Transport"
 
 mainServer = "127.0.0.1"
 website = ""
@@ -18,6 +19,7 @@ sessionGreeting = ""
 registerMessage = ""
 allowRegister = False
 getAllAvatars = False
+groupchatTimeout = 180
 useXCP = False
 
 ftJabberPort = ""
@@ -33,4 +35,5 @@ 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 = ""