diff example_config.xml @ 17:32a35f7eff70

Rewrote/modified many things, multiple bridges should now work and are preferred over multiple bots. Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Thu, 20 Aug 2009 01:00:54 +0200
parents 0c4a7452d66c
children 6481b9bb95aa
line wrap: on
line diff
--- a/example_config.xml
+++ b/example_config.xml
@@ -2,11 +2,12 @@
 <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>
+		<bridge mode='normal'>
 			<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>
\ No newline at end of file
+	<!-- WARNING: two bots connecting to the same XMPP MUC server and/or the same IRC server may conflict, it is better to use multiple bridges -->
+	<!-- NOTICE: even if you use multiple bridges instead of multiple bots, conflicts may still appear if somebody else is running a bot on the same XMPP MUC server and/or the same IRC server -->
+</config>