]> code.delx.au - pymsnt/blobdiff - config-example.xml
Handle some errors better.
[pymsnt] / config-example.xml
index 36cb2d4e1b826bd78c1ccb536dac2343f07bfcba..00e17005b09db05671743973aad1511545511a0c 100644 (file)
@@ -5,6 +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!! -->
 <host>127.0.0.1</host>
 <!-- The component JID of the transport. Unless you're doing clustering, leave this alone -->
 <!-- <compjid>msn1</compjid> -->
@@ -50,6 +51,8 @@ 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/>
+<!-- The amount of time a user has to join a groupchat they are invited to before the transport makes them leave the room. (MSN protocol requires autojoining of groupchats) -->
+<!-- <groupchatTimeout>120</groupchatTimeout> -->
 
 
 <!-- File transfer settings -->