]> code.delx.au - pymsnt/blobdiff - src/config.py
OOB file sending works.
[pymsnt] / src / config.py
index 90901724bac7995aef9e5c85ea3d1f7c71315ba1..d49a61a6140bb6cffedad6ff0ca6c2656931d6cc 100644 (file)
@@ -1,9 +1,12 @@
 # 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"
+compjid = ""
 spooldir = ""
-pid = "PyMSNt.pid"
 
 mainServer = "127.0.0.1"
 mainServerJID = ""
@@ -14,18 +17,15 @@ secret = "secret"
 lang = "en"
 
 mailNotifications = False
-fancyFriendly = False
 sessionGreeting = ""
 registerMessage = ""
 allowRegister = False
+getAllAvatars = False
+useXCP = False
 
-reactor = ""
-
-proxyServer = ""
-proxyPort = ""
-
-debugOn = False
-debugSmart = False
-debugLog = ""
+ftJabberPort = ""
+ftOOBPort = ""
+ftOOBRoot = "http://" + ip + "/"
 
+admins = []