]> code.delx.au - pymsnt/blobdiff - config-example.xml
Updated rev and url
[pymsnt] / config-example.xml
index ed35fa24869705900db04d87d768f2223cf03cbe..7a3db86ad91004362e4589970d9db389507dca4a 100644 (file)
@@ -5,7 +5,7 @@
 <!-- The JabberID of the transport -->
 <jid>msn</jid>
 <!-- The public IP or DNS name of the machine the transport is running on -->
-<!-- This is needed for file transfer!! -->
+<!-- This is needed for file transfer!! This is also used as the IP address for outgoing connections -->
 <host>127.0.0.1</host>
 <!-- The component JID of the transport. Unless you're doing clustering, leave this alone -->
 <!-- <compjid>msn1</compjid> -->
@@ -20,7 +20,7 @@ Do not include the jid of the transport -->
 <pid>PyMSNt.pid</pid>
 <!-- If set, the transport will background itself when run -->
 <background/>
-<!-- The Twisted reactor to choose. Pick poll or epoll on Linux, kqueue on BSD. Or leave as default (select) -->
+<!-- The Twisted reactor to choose. Pick poll or epoll on Linux, kqueue on BSD. Or leave as default (best found) -->
 <!-- <reactor>poll</reactor> -->
 
 
@@ -80,7 +80,9 @@ Do not include the jid of the transport -->
 0 -> No logging
 1 -> Log tracebacks
 2 -> Log tracebacks, warnings and errors
-3 -> Log everything -->
+3 -> Log all sorts of informational (mostly useless stuff) 
+4 -> Log the MSN protocol code sent
+-->
 <!-- <debugLevel>0</debugLevel> -->
 
 <!-- The file to log to. Leave this disabled for stdout -->