From eaec3e386d6873538560a503a14c77b01aebd7ca Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Tue, 20 Nov 2018 12:09:40 +0800 Subject: [PATCH] Add matrix for comparing connection methods. --- Section-Slack-(basic).md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Section-Slack-(basic).md b/Section-Slack-(basic).md index d5f5509..3665845 100644 --- a/Section-Slack-(basic).md +++ b/Section-Slack-(basic).md @@ -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 Token="xoxp-123456789-LowerAndUPpercase" RemoteNickFormat="[{PROTOCOL}] <{NICK}> " -``` \ No newline at end of file +``` + +## 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 | ✅ | | ✅ | \ No newline at end of file