diff options
author | Wim <wim@42.be> | 2017-04-01 17:24:19 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-04-01 17:24:19 +0200 |
commit | a16ad8bf3b39d99658f306d3c065680c606e4801 (patch) | |
tree | 370528dd84572928161f4eff988f738581394ac0 /matterbridge.toml.sample | |
parent | 1e0490bd36ec20a7de43587f43feb6ec63c02ddb (diff) | |
download | matterbridge-msglm-a16ad8bf3b39d99658f306d3c065680c606e4801.tar.gz matterbridge-msglm-a16ad8bf3b39d99658f306d3c065680c606e4801.tar.bz2 matterbridge-msglm-a16ad8bf3b39d99658f306d3c065680c606e4801.zip |
Reuse connection when using same bridge with another gateway. See #87
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 1e265c33..40fccea3 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -587,7 +587,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " # [[gateway]] -#OPTIONAL (not used for now) +#REQUIRED and UNIQUE name="gateway1" #Enable enables this gateway ##OPTIONAL (default false) @@ -659,6 +659,7 @@ enable=true #channel testing on slack and vice versa. (and for the channel testing2 and testing3) [[samechannelgateway]] + name="samechannel1" enable = false accounts = [ "mattermost.work","slack.hobby" ] channels = [ "testing","testing2","testing3"] |