From 80da690b5e4e830c08326091dfad01f6f4db5a01 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Thu, 21 Jan 2021 13:02:22 +0100 Subject: [PATCH] Add the XMPP webhook to the sample configuration --- matterbridge.toml.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index a92892b0..a398961a 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -310,6 +310,11 @@ StripNick=false #OPTIONAL (default false) ShowTopicChange=false +#Enable sending messages using a webhook instead of regular MUC messages. +#Only works with a prosody server using mod_slack_webhook. Does not support editing. +#OPTIONAL (default "") +WebhookURL="https://yourdomain/prosody/msg/someid" + ################################################################### #mattermost section ###################################################################