Add matrix for comparing connection methods.

Patrick Connolly 2018-11-20 12:09:40 +08:00
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"
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 | ✅ | | ✅ |