diff options
author | Gary Kim <gary@garykim.dev> | 2020-07-18 22:08:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 16:08:25 +0200 |
commit | 71a5b72aff5159f3066ff100e1510d935ebdff85 (patch) | |
tree | f940bc6e7aa86e1ca818929fb4c2917983a32177 /matterbridge.toml.sample | |
parent | 213bf349c319811c8cb5458ac24ad9e61c5bbe4d (diff) | |
download | matterbridge-msglm-71a5b72aff5159f3066ff100e1510d935ebdff85.tar.gz matterbridge-msglm-71a5b72aff5159f3066ff100e1510d935ebdff85.tar.bz2 matterbridge-msglm-71a5b72aff5159f3066ff100e1510d935ebdff85.zip |
Add Nextcloud Talk support (#1167)
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 156e1f25..5f60930c 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1383,7 +1383,22 @@ StripNick=false #OPTIONAL (default false) ShowTopicChange=false +################################################################### +# +# NCTalk (Nextcloud Talk) +# +################################################################### +[nctalk.bridge] + +# Url of your Nextcloud server +Server = "https://cloud.youdomain.me" + +# Username of the bot +Login = "talkuser" + +# Password of the bot +Password = "talkuserpass" ################################################################### # @@ -1702,7 +1717,7 @@ enable=true # REQUIRED account="irc.freenode" - # The channel key in each gateway is mapped to a similar group chat ID on the chat platform + # The channel key in each gateway is mapped to a similar group chat ID on the chat platform # To find the group chat ID for different platforms, refer to the table below # # Platform | Identifier name | Example | Description @@ -1730,6 +1745,8 @@ enable=true # ------------------------------------------------------------------------------------------------------------------------------------- # steam | chatid | example needed | The number in the URL when you click "enter chat room" in the browser # ------------------------------------------------------------------------------------------------------------------------------------- + # nctalk | token | xs25tz5y | The token in the URL when you are in a chat. It will be the last part of the URL. + # ------------------------------------------------------------------------------------------------------------------------------------- # telegram | chatid | -123456789 | A large negative number. see https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau # ------------------------------------------------------------------------------------------------------------------------------------- # whatsapp | group JID | 48111222333-123455678999@g.us | A unique group JID. If you specify an empty string, bridge will list all the possibilities |