Skip to content

Commit 2d15aac

Browse files
authored
Update support table for gamja 1.0.0-beta.7 (#480)
* Add OAUTHBEARER SASL mechanism
1 parent 7447880 commit 2d15aac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_data/doc_sasl.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ SASL:
1616
description: SASL SCRAM-SHA-256 mechanism
1717
required: true
1818
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
chathistory:
477477
echo-message:
478478
extended-join:
479-
extended-monitor: Git
479+
extended-monitor:
480480
invite-notify:
481481
labeled-response:
482482
message-tags:
@@ -491,6 +491,7 @@
491491
whox:
492492
SASL:
493493
- plain
494+
- oauthbearer
494495
- name: IRCCloud
495496
# maintainer: jwheare
496497
link: https://www.irccloud.com

0 commit comments

Comments
 (0)