X-Git-Url: https://code.delx.au/pymsnt/blobdiff_plain/27d61648ca10323654bb69f769394d15bef338b0..cc447943af3bbac238973eda368ba9c22174d1f9:/src/config.py diff --git a/src/config.py b/src/config.py index 351417c..17301b2 100644 --- a/src/config.py +++ b/src/config.py @@ -5,6 +5,7 @@ jid = "msn" host = "127.0.0.1" compjid = "" spooldir = "" +discoName = "MSN Transport" mainServer = "127.0.0.1" website = "" @@ -18,12 +19,14 @@ sessionGreeting = "" registerMessage = "" allowRegister = False getAllAvatars = False +groupchatTimeout = 180 useXCP = False ftJabberPort = "" ftOOBPort = "" -ftOOBRoot = "http://" + ip + "/" +ftOOBRoot = "http://" + host + "/" ftSizeLimit = "0" +ftRateLimit = "0" admins = [] @@ -32,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 = ""