Add matrix for comparing connection methods.

Patrick Connolly 2018-11-20 12:09:40 +08:00
parent bebef96d0c
commit eaec3e386d

@ -19,4 +19,16 @@ If you are using the legacy configuration this is how you should configure it (b
#See https://github.com/42wim/matterbridge/wiki/Slack-bot-setup for more information #See https://github.com/42wim/matterbridge/wiki/Slack-bot-setup for more information
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 | ✅ | | ✅ |