Mercurial > xib
comparison example_config.xml @ 0:4c842d23d4ce
Initial commit, version 0.1
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Sun, 16 Aug 2009 01:47:03 +0200 |
parents | |
children | a9bfe4f7bf72 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c842d23d4ce |
---|---|
1 <?xml version="1.0" ?> | |
2 <config> | |
3 <bot jid='some_bot@example.net' password='do not forget to escape xml entities like &' nickname='xib-bot-nickname' debug='true'> | |
4 <bridge> | |
5 <xmpp-room jid='dream-world@chat.example.com'/> | |
6 <irc chan='#dream-world' server='irc.example.org'/> | |
7 </bridge> | |
8 <!-- WARNING: multiple bridges is not currently well-implemented, start multiple bots instead --> | |
9 </bot> | |
10 <!-- WARNING: do NOT start two bots with the same JID --> | |
11 </config> |