Mercurial > prosody-modules
comparison mod_sasl2/README.md @ 5089:5b77f4720bfe
mod_sasl2: Update and expand README with more (and updated) information
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 28 Nov 2022 11:37:24 +0000 |
parents | 7d33178c79f2 |
children | da942a3f3660 |
comparison
equal
deleted
inserted
replaced
5088:e9cf361982d5 | 5089:5b77f4720bfe |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - Stage-Alpha | 3 - Stage-Beta |
4 summary: "XEP-0388: Extensible SASL Profile" | 4 summary: "XEP-0388: Extensible SASL Profile" |
5 --- | 5 --- |
6 | 6 |
7 Experimental implementation of [XEP-0388: Extensible SASL Profile] | 7 Implementation of [XEP-0388: Extensible SASL Profile]. **Note: At the time of |
8 writing (Nov 2022) the version of the XEP implemented by this module is still | |
9 working its way through the XSF standards process. See [PR #1214](https://github.com/xsf/xeps/pull/1214) | |
10 for the current status.** | |
11 | |
12 ## Configuration | |
13 | |
14 This module honours the same configuration options as Prosody's existing | |
15 [mod_saslauth](https://prosody.im/doc/modules/mod_saslauth). | |
8 | 16 |
9 ## Developers | 17 ## Developers |
10 | 18 |
11 mod_sasl2 provides some events you can hook to affect aspects of the | 19 mod_sasl2 provides some events you can hook to affect aspects of the |
12 authentication process: | 20 authentication process: |