diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index d9210f48..150e0d80 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1661,6 +1661,18 @@ StripNick=false ShowTopicChange=false ################################################################### +# Harmony +################################################################### + +[harmony.chat_harmonyapp_io] +Homeserver = "https://chat.harmonyapp.io:2289" +Token = "your token goes here" +UserID = "user id of the bot account" +Community = "community id that channels will be located in" +UseUserName = true +RemoteNickFormat = "{NICK}" + +################################################################### #API ################################################################### [api] @@ -1953,6 +1965,10 @@ enable=true account="zulip.streamchat" channel="general/topic:mytopic" + [[gateway.inout]] + account="harmony.chat_harmonyapp_io" + channel="channel id goes here" + #API example #[[gateway.inout]] #account="api.local" |