mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-13 19:36:28 +00:00
Allow the XMPP bridge to use slack compatible webhooks (xmpp) (#1364)
* Add mod_slack_webhook support to the XMPP bridge * Replace b.webhookURL with b.GetString * Do not return a message ID on webhook POST * Add the XMPP webhook to the sample configuration
This commit is contained in:
@ -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
|
||||
###################################################################
|
||||
|
Reference in New Issue
Block a user