We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7447880 commit 2d15aacCopy full SHA for 2d15aac
_data/doc_sasl.yml
@@ -16,3 +16,8 @@ SASL:
16
description: SASL SCRAM-SHA-256 mechanism
17
required: true
18
ext_link: https://tools.ietf.org/html/rfc7677
19
+ oauthbearer:
20
+ name: OAUTHBEARER
21
+ description: OAUTHBEARER SASL mechanism
22
+ required: true
23
+ ext_link: https://www.rfc-editor.org/rfc/rfc7628
_data/sw_clients.yml
@@ -476,7 +476,7 @@
476
chathistory:
477
echo-message:
478
extended-join:
479
- extended-monitor: Git
+ extended-monitor:
480
invite-notify:
481
labeled-response:
482
message-tags:
@@ -491,6 +491,7 @@
491
whox:
492
SASL:
493
- plain
494
+ - oauthbearer
495
- name: IRCCloud
496
# maintainer: jwheare
497
link: https://www.irccloud.com
0 commit comments