Add the XMPP webhook to the sample configuration

This commit is contained in:
Alexander PapaTutuWawa
2021-01-21 13:02:22 +01:00
parent 59c5b3ff1b
commit 80da690b5e

View File

@@ -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
###################################################################