mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-23 17:00:43 +01:00
Add matrix for comparing connection methods.
parent
bebef96d0c
commit
eaec3e386d
@ -20,3 +20,15 @@ If you are using the legacy configuration this is how you should configure it (b
|
|||||||
Token="xoxp-123456789-LowerAndUPpercase"
|
Token="xoxp-123456789-LowerAndUPpercase"
|
||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Auth Comparison
|
||||||
|
|
||||||
|
This is a simple comparison of the Slack connection methods, to help you understand the difference between each:
|
||||||
|
|
||||||
|
| Token Type: | bot | "legacy" user (personal) | "legacy" user (dedicated) |
|
||||||
|
|---|:---:|:---:|:---:|
|
||||||
|
| Bridge Type | `slack` | `slack-legacy` | `slack-legacy` |
|
||||||
|
| Supported | ✅ | | ✅ |
|
||||||
|
| 1. Auto-join channels | | ✅ | ✅ |
|
||||||
|
| 3. Uses separate integration slot | :x: | | |
|
||||||
|
| 4. User's outgoing messages relayed | ✅ | | ✅ |
|
Loading…
x
Reference in New Issue
Block a user