view example_config.xml @ 16:0c4a7452d66c

Added warning about different bots using the same nickname Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Mon, 17 Aug 2009 14:42:24 +0200
parents a9bfe4f7bf72
children 32a35f7eff70
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 &amp;' nickname='xib-bot-nickname' debug='true'>
		<!-- 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 -->
		<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 or the same nickname -->
</config>