diff options
author | Wim <wim@42.be> | 2016-08-14 21:48:51 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-08-14 22:44:59 +0200 |
commit | ff9479670070c0f1de4cf66622df7b69736dd22a (patch) | |
tree | c3003f19d8821900398b5b2803188555725030b6 /matterbridge.conf.sample | |
parent | 1f72ca4c4ecb5ab3ef831b8e70c74909f5720fb8 (diff) | |
download | matterbridge-msglm-ff9479670070c0f1de4cf66622df7b69736dd22a.tar.gz matterbridge-msglm-ff9479670070c0f1de4cf66622df7b69736dd22a.tar.bz2 matterbridge-msglm-ff9479670070c0f1de4cf66622df7b69736dd22a.zip |
Refactor bridge. Allows bridging between every protocol
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r-- | matterbridge.conf.sample | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample index a8afc48c..f8f07f70 100644 --- a/matterbridge.conf.sample +++ b/matterbridge.conf.sample @@ -172,7 +172,11 @@ mattermost="testing" #OPTIONAL GiphyApiKey="dc6zaTOxFJmzC" -#Choose only one protocol to bridge, do not set both to true! +#Enabling plus means you'll use the API version instead of the webhooks one +Plus=false + +#Choose protocols to bridge. You need to specify at least two #REQUIRED Irc=true Xmpp=false +Mattermost=true |