Mercurial > xib
view 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 |
line wrap: on
line source
<?xml version="1.0" ?> <config> <bot jid='some_bot@example.net' password='do not forget to escape xml entities like &' nickname='xib-bot-nickname' debug='true'> <bridge> <xmpp-room jid='dream-world@chat.example.com'/> <irc chan='#dream-world' server='irc.example.org'/> </bridge> <!-- WARNING: multiple bridges is not currently well-implemented, start multiple bots instead --> </bot> <!-- WARNING: do NOT start two bots with the same JID --> </config>