From 9a6e5c8798ea15f79b8d26d7905e92009bd41cc7 Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 17 Oct 2020 18:28:35 -0500 Subject: [PATCH] Add documentation for configuring XMPP bridge --- docs/CONFIGURATION.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 2cd6bb6..996cb61 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -44,8 +44,8 @@ crypto: # if you don't understand the implications, don't change this chat: -# the following settings are for chat mirroring bots -# users will still need to choose which channel to mirror +# the following settings are for chat bridging bots +# users will still need to choose which channel to bridge # for their chat at /profile/chat irc: enabled: true @@ -74,6 +74,21 @@ chat: # access token for the twitch chat bot # this is not the account password, you will need to generate a token here: # https://twitchapps.com/tmi/ + + xmpp: + enabled: true +# enable xmpp + server: '404.city' + port: 5222 + jid: 'satyr-dev@404.city' + password: 'abcde' +# connection settings for the bot + nickname: 'SatyrChat +# the nickname the bot will join MUCs with + +# note that for the best experience you should set the default number of history messages to 0 for the MUC +# The bot will attempt to request 0 history messages anyway, and will also attempt to ignore any history messages it receives +# but both of these things are unreliable ``` ### Web Frontend