diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
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 ################################################################### |