mirror of
https://github.com/42wim/matterbridge.git
synced 2025-05-28 18:37:35 +02:00
Updated Gateway config (channel rules) (markdown)
parent
df24ebf9db
commit
cf4c529f60
@ -2,9 +2,11 @@
|
|||||||
:warning: Needs to be lowercase
|
:warning: Needs to be lowercase
|
||||||
Below you can find how the channels (protocolchannel, and protocol2channel) should be filled in
|
Below you can find how the channels (protocolchannel, and protocol2channel) should be filled in
|
||||||
```
|
```
|
||||||
* irc - #channel (# is required)
|
* irc - #channel (# is required) (this needs to be lowercase!)
|
||||||
* slack - channel (without the #)
|
* slack - channel (without the #)
|
||||||
|
- ID:C123456 (where C123456 is the channel ID) does not work with webhook
|
||||||
* discord - channel (without the #)
|
* discord - channel (without the #)
|
||||||
|
- ID:123456789 (where 123456789 is the channel ID)
|
||||||
* mattermost - channel (the channel name as seen in the URL, not the displayname)
|
* mattermost - channel (the channel name as seen in the URL, not the displayname)
|
||||||
https://yourmattermostserver/yourteam/channels/yourchannel <- yourchannel
|
https://yourmattermostserver/yourteam/channels/yourchannel <- yourchannel
|
||||||
* gitter - username/room (as seen in the gitter.im url)
|
* gitter - username/room (as seen in the gitter.im url)
|
||||||
@ -17,7 +19,11 @@ Below you can find how the channels (protocolchannel, and protocol2channel) shou
|
|||||||
encrypted rooms are not supported in matrix
|
encrypted rooms are not supported in matrix
|
||||||
* steam - chatid (a large number).
|
* steam - chatid (a large number).
|
||||||
The number in the URL when you click "enter chat room" in the browser
|
The number in the URL when you click "enter chat room" in the browser
|
||||||
* zulip - stream (without the #)
|
* whatsapp - 48111222333-123455678999@g.us A unique group JID;
|
||||||
|
if you specify an empty string bridge will list all the possibilities
|
||||||
|
- "Group Name" if you specify a group name the bridge will hint its JID to specify as group
|
||||||
|
names might change in time and contain weird emoticons
|
||||||
|
* zulip - stream/topic:mytopic (without the #)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Discord
|
### Discord
|
||||||
|
Loading…
x
Reference in New Issue
Block a user