]> code.delx.au - pymsnt/blobdiff - config-example.xml
* Added a nice error message if pycrypto or pyopenssl isn't installed.
[pymsnt] / config-example.xml
index 3c76e706597dd298942fef9a4158e0246e90d555..e8092696483cb16469f98537ddd11d7dbf8b77d7 100644 (file)
@@ -16,23 +16,25 @@ Do not include the jid of the transport -->
 <!-- The location of the PID file, relative to the PyMSNt directory -->
 <pid>PyMSNt.pid</pid>
 <!-- If set, the transport will background itself when run -->
-<daemonise/>
+<background/>
+<!-- The Twisted reactor to choose. Pick poll or epoll on Linux, kqueue on BSD. Or leave as default (select) -->
+<!-- <reactor>poll</reactor> -->
 
 
 <!-- The IP address of the main Jabber server to connect to -->
 <mainServer>127.0.0.1</mainServer>
-<!-- The website of the Jabber service -->
-<website>http://host.com</website>
 <!-- The TCP port to connect to the Jabber server on (this is the default for Jabberd2) -->
 <port>5347</port>
 <!-- The authentication token to use when connecting to the Jabber server -->
 <secret>secret</secret>
-<!-- The Twisted reactor to choose. Pick poll or epoll on Linux, kqueue on BSD. Or leave as default (select) -->
-<!-- <reactor>poll</reactor> -->
+<!-- Use Jabber.com's XCP component protocol extensions. --> 
+<!-- <useXCP/> -->
 
 
 <!-- The default language to use -->
 <lang>en</lang>
+<!-- The website of the Jabber service -->
+<website>http://host.com</website>
 
 
 <!-- Comment out the following options to disable them, or uncomment them to enable them -->
@@ -46,8 +48,6 @@ Do not include the jid of the transport -->
 <allowRegister/>
 <!-- Get all avatars. If this is set to true then avatars are grabbed for all your contacts immediately. If false then avatars are only grabbed when you're in a chat with a contact -->
 <getAllAvatars/>
-<!-- Use Jabber.com's XCP component protocol extensions. --> 
-<!-- <useXCP/> -->
 
 
 <!-- File transfer settings -->
@@ -74,6 +74,6 @@ Do not include the jid of the transport -->
 <!-- <debugLevel>0</debugLevel> -->
 
 <!-- The file to log to. Leave this disabled for stdout -->
-<!-- <debugFile>debug.log</debugLog> -->
+<!-- <debugFile>debug.log</debugFile> -->
 
 </pymsnt>