4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 23:29:25 +00:00

Add channel password support for XMPP (#451)

This commit is contained in:
Bruno Bierbaumer
2018-06-18 22:55:45 +02:00
committed by Wim
parent ec0e6bc3f8
commit 6628a47f23
3 changed files with 13 additions and 8 deletions

View File

@ -126,7 +126,7 @@ type Protocol struct {
}
type ChannelOptions struct {
Key string // irc
Key string // irc, xmpp
WebhookURL string // discord
}