Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _data/doc_sasl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ SASL:
description: SASL SCRAM-SHA-256 mechanism
required: true
ext_link: https://tools.ietf.org/html/rfc7677
oauthbearer:
name: OAUTHBEARER
description: OAUTHBEARER SASL mechanism
required: true
ext_link: https://www.rfc-editor.org/rfc/rfc7628
3 changes: 2 additions & 1 deletion _data/sw_clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
chathistory:
echo-message:
extended-join:
extended-monitor: Git
extended-monitor:
invite-notify:
labeled-response:
message-tags:
Expand All @@ -491,6 +491,7 @@
whox:
SASL:
- plain
- oauthbearer
- name: IRCCloud
# maintainer: jwheare
link: https://www.irccloud.com
Expand Down