From 71a5b72aff5159f3066ff100e1510d935ebdff85 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sat, 18 Jul 2020 22:08:25 +0800 Subject: Add Nextcloud Talk support (#1167) Signed-off-by: Gary Kim --- matterbridge.toml.sample | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'matterbridge.toml.sample') 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 -- cgit v1.2.3