Software /
code /
prosody-modules
Comparison
mod_sasl2/README.md @ 5064:7d33178c79f2
mod_sasl2: Add some brief dev notes about events to the README
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 13 Oct 2022 22:48:57 +0100 |
parent | 4798:957ac41bc70a |
child | 5089:5b77f4720bfe |
comparison
equal
deleted
inserted
replaced
5063:53145c6b6b0b | 5064:7d33178c79f2 |
---|---|
3 - Stage-Alpha | 3 - Stage-Alpha |
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 Experimental implementation of [XEP-0388: Extensible SASL Profile] |
8 | |
9 ## Developers | |
10 | |
11 mod_sasl2 provides some events you can hook to affect aspects of the | |
12 authentication process: | |
13 | |
14 - `advertise-sasl-features` | |
15 - `sasl2/c2s/success` | |
16 - Priority 1000: Session marked as authenticated, success response created (`event.success`) | |
17 - Priority -1000: Success response sent to client | |
18 - Priority -1500: Updated <stream-features/> sent to client | |
19 - `sasl2/c2s/failure` | |
20 - `sasl2/c2s/error` |