diff options
author | Wim <wim@42.be> | 2016-12-03 00:10:29 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-12-03 00:10:29 +0100 |
commit | fee159541f60bad245794cda69649fab569c2024 (patch) | |
tree | c5f65f068656b317bd786ba6059e21f58b569698 /bridge/config | |
parent | d81e6bf6ce7f30f1b87c39c49272469f85dc2bd2 (diff) | |
download | matterbridge-msglm-fee159541f60bad245794cda69649fab569c2024.tar.gz matterbridge-msglm-fee159541f60bad245794cda69649fab569c2024.tar.bz2 matterbridge-msglm-fee159541f60bad245794cda69649fab569c2024.zip |
Add initial Rocket.Chat support
Diffstat (limited to 'bridge/config')
-rw-r--r-- | bridge/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go index 4b0a7ead..971013d7 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -80,6 +80,7 @@ type Config struct { Xmpp map[string]Protocol Discord map[string]Protocol Telegram map[string]Protocol + Rocketchat map[string]Protocol General Protocol Gateway []Gateway SameChannelGateway []SameChannelGateway |