File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
name : PLAIN
11
11
description : PLAIN SASL mechanism
12
12
required : true
13
- ext_link : https://tools.ietf.org/search /rfc4616
13
+ ext_link : https://tools.ietf.org/html /rfc4616
14
14
scram-sha-256 :
15
15
name : SCRAM-SHA-256
16
16
description : SASL SCRAM-SHA-256 mechanism
20
20
name : OAUTHBEARER
21
21
description : OAUTHBEARER SASL mechanism
22
22
required : true
23
- ext_link : https://www.rfc-editor .org/rfc /rfc7628
23
+ ext_link : https://tools.ietf .org/html /rfc7628
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ what to do if the authentication layer is disconnected or reconnected.
102
102
IRC SASL authentication primarily uses the same mechanisms as SASL in other
103
103
protocols. Most commonly:
104
104
105
- * [ PLAIN] ( https://tools.ietf.org/search /rfc4616 ) as defined by RFC 4616
105
+ * [ PLAIN] ( https://tools.ietf.org/html /rfc4616 ) as defined by RFC 4616
106
106
* [ EXTERNAL] ( https://tools.ietf.org/html/rfc4422#appendix-A ) as defined by RFC 4422
107
107
* [ SCRAM-SHA-256] ( https://tools.ietf.org/html/rfc7677 ) as defined by RFC 7677
108
108
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ page-header: >
7
7
---
8
8
IRC SASL authentication primarily uses the same mechanisms as SASL in other protocols. Most commonly:
9
9
10
- * [ PLAIN] ( https://tools.ietf.org/search /rfc4616 ) as defined by RFC 4616
10
+ * [ PLAIN] ( https://tools.ietf.org/html /rfc4616 ) as defined by RFC 4616
11
11
* [ EXTERNAL] ( https://tools.ietf.org/html/rfc4422#appendix-A ) as defined by RFC 4422
12
12
* [ SCRAM-SHA-256] ( https://tools.ietf.org/html/rfc7677 ) as defined by RFC 7677
13
13
You can’t perform that action at this time.
0 commit comments