summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-01-04 14:10:35 +0100
committerWim <wim@42.be>2017-01-04 14:10:35 +0100
commit7685fe1724075c66ac140700c42ea1c21c19d510 (patch)
treea53d6b9f5ae3142d34c739988a4e512445664614 /matterbridge.toml.sample
parent01afe03a3fe062dd568f64169226d95f59a8fb30 (diff)
downloadmatterbridge-msglm-7685fe1724075c66ac140700c42ea1c21c19d510.tar.gz
matterbridge-msglm-7685fe1724075c66ac140700c42ea1c21c19d510.tar.bz2
matterbridge-msglm-7685fe1724075c66ac140700c42ea1c21c19d510.zip
Add channel key support (irc). Closes #27
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample14
1 files changed, 14 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index ea7f7aec..2c9a4d37 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -534,18 +534,32 @@ enable=true
#REQUIRED
channel="#testing"
+ #OPTIONAL - only used for IRC protocol at the moment
+ [gateway.in.options]
+ #OPTIONAL - your irc channel key
+ key="yourkey"
+
#[[gateway.out]] specifies the account and channels we will sent messages to.
[[gateway.out]]
account="irc.freenode"
channel="#testing"
+ #OPTIONAL - only used for IRC protocol at the moment
+ [gateway.out.options]
+ #OPTIONAL - your irc channel key
+ key="yourkey"
+
#[[gateway.inout]] can be used when then channel will be used to receive from
#and send messages to
[[gateway.inout]]
account="mattermost.work"
channel="off-topic"
+ #OPTIONAL - only used for IRC protocol at the moment
+ [gateway.inout.options]
+ #OPTIONAL - your irc channel key
+ key="yourkey"
#If you want to do a 1:1 mapping between protocols where the channelnames are the same
#e.g. slack and mattermost you can use the samechannelgateway configuration