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

Add token authentication (api)

This commit is contained in:
Wim
2017-06-06 00:05:32 +02:00
parent 3a183cb218
commit ad3cb0386b
3 changed files with 14 additions and 1 deletions

View File

@ -67,7 +67,7 @@ type Protocol struct {
ShowJoinPart bool // all protocols
SkipTLSVerify bool // IRC, mattermost
Team string // mattermost
Token string // gitter, slack, discord
Token string // gitter, slack, discord, api
URL string // mattermost, slack, matrix
UseAPI bool // mattermost, slack
UseSASL bool // IRC