comparison example_config.xml @ 6:a9bfe4f7bf72

Added warning about debug attribute in example_config.xml Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Sun, 16 Aug 2009 21:20:55 +0200
parents 4c842d23d4ce
children 0c4a7452d66c
comparison
equal deleted inserted replaced
5:cb0daec4b778 6:a9bfe4f7bf72
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <config> 2 <config>
3 <bot jid='some_bot@example.net' password='do not forget to escape xml entities like &amp;' nickname='xib-bot-nickname' debug='true'> 3 <bot jid='some_bot@example.net' password='do not forget to escape xml entities like &amp;' nickname='xib-bot-nickname' debug='true'>
4 <!-- WARNING: do NOT set debug to "true" if you are sending the bot's stderr to a file, it logs every XMPP stanza and IRC event without controlling the size of the resulting file -->
4 <bridge> 5 <bridge>
5 <xmpp-room jid='dream-world@chat.example.com'/> 6 <xmpp-room jid='dream-world@chat.example.com'/>
6 <irc chan='#dream-world' server='irc.example.org'/> 7 <irc chan='#dream-world' server='irc.example.org'/>
7 </bridge> 8 </bridge>
8 <!-- WARNING: multiple bridges is not currently well-implemented, start multiple bots instead --> 9 <!-- WARNING: multiple bridges is not currently well-implemented, start multiple bots instead -->