view example_config.xml @ 7:9631f8d9895d

Removed a self._check() in muc.py Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Sun, 16 Aug 2009 21:28:02 +0200
parents a9bfe4f7bf72
children 0c4a7452d66c
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 -->
</config>