Mercurial > xib
comparison example_config.xml @ 106:f38735f609b9
Updated example_config.xml
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Sun, 22 Nov 2009 00:00:17 +0100 |
parents | 6481b9bb95aa |
children | e0eea72ea493 |
comparison
equal
deleted
inserted
replaced
105:d8acff763731 | 106:f38735f609b9 |
---|---|
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 &' nickname='xib-bot-nickname' debug='true'> | 3 <bot jid='some_bot@example.net' password='do not forget to escape xml entities like &' 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 <!-- 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 --> |
5 <admin jid='admin1@example.net' /> | |
6 <admin jid='admin2@example.net' /> | |
5 <bridge mode='normal' say_level='all'> | 7 <bridge mode='normal' say_level='all'> |
6 <xmpp-room jid='dream-world@chat.example.com'/> | 8 <xmpp-room jid='dream-world@chat.example.com'/> |
7 <irc chan='#dream-world' server='irc.example.org'/> | 9 <irc chan='#dream-world' server='irc.example.org'/> |
8 </bridge> | 10 </bridge> |
9 <bridge mode='minimal' say_level='nothing'> | 11 <bridge mode='minimal' say_level='nothing'> |