diff options
author | Wim <wim@42.be> | 2017-06-15 23:05:59 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-06-15 23:05:59 +0200 |
commit | c07b85b625333bc392c9943506a0c7b2e483b989 (patch) | |
tree | 452c4989703f59fc7c3c9eb010c43d52ee2fdd79 | |
parent | 511f653e6ea357a0094794d23e242a84f9f6ccb6 (diff) | |
download | matterbridge-msglm-c07b85b625333bc392c9943506a0c7b2e483b989.tar.gz matterbridge-msglm-c07b85b625333bc392c9943506a0c7b2e483b989.tar.bz2 matterbridge-msglm-c07b85b625333bc392c9943506a0c7b2e483b989.zip |
Add note about private channels (rocketchat). See #180
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index acbc0a11..bcbab627 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -681,7 +681,7 @@ enable=true #telegram - chatid (a large negative number, eg -123456789) # see (https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau) #hipchat - id_channel (see https://www.hipchat.com/account/xmpp for the correct channel) - #rocketchat - #channel (# is required) + #rocketchat - #channel (# is required (also needed for private channels!) #matrix - #channel:server (eg #yourchannel:matrix.org) # - encrypted rooms are not supported in matrix #REQUIRED |