X-Git-Url: https://code.delx.au/pymsnt/blobdiff_plain/c82ae883c8c1a236e80013c734fb56725b3c535c..cc447943af3bbac238973eda368ba9c22174d1f9:/src/config.py diff --git a/src/config.py b/src/config.py index 9090172..17301b2 100644 --- a/src/config.py +++ b/src/config.py @@ -2,11 +2,12 @@ # Please edit config.xml instead of this file jid = "msn" +host = "127.0.0.1" +compjid = "" spooldir = "" -pid = "PyMSNt.pid" +discoName = "MSN Transport" mainServer = "127.0.0.1" -mainServerJID = "" website = "" port = "5347" secret = "secret" @@ -14,18 +15,25 @@ secret = "secret" lang = "en" mailNotifications = False -fancyFriendly = False sessionGreeting = "" registerMessage = "" allowRegister = False +getAllAvatars = False +groupchatTimeout = 180 +useXCP = False -reactor = "" - -proxyServer = "" -proxyPort = "" +ftJabberPort = "" +ftOOBPort = "" +ftOOBRoot = "http://" + host + "/" +ftSizeLimit = "0" +ftRateLimit = "0" -debugOn = False -debugSmart = False -debugLog = "" +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 = ""