Software /
code /
prosody-modules
Comparison
mod_sasl2/README.md @ 5965:da942a3f3660
mod_sasl2: Clarify that this module requires Prosody trunk
Closes #1870
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 23 Jul 2024 20:32:57 +0200 |
parent | 5089:5b77f4720bfe |
child | 6061:26bfcb442138 |
comparison
equal
deleted
inserted
replaced
5964:a9c75430cb26 | 5965:da942a3f3660 |
---|---|
24 - Priority 1000: Session marked as authenticated, success response created (`event.success`) | 24 - Priority 1000: Session marked as authenticated, success response created (`event.success`) |
25 - Priority -1000: Success response sent to client | 25 - Priority -1000: Success response sent to client |
26 - Priority -1500: Updated <stream-features/> sent to client | 26 - Priority -1500: Updated <stream-features/> sent to client |
27 - `sasl2/c2s/failure` | 27 - `sasl2/c2s/failure` |
28 - `sasl2/c2s/error` | 28 - `sasl2/c2s/error` |
29 | |
30 # Compatibility | |
31 | |
32 This module requires Prosody **trunk** and is not compatible with 0.12 or older versions. | |
33 | |
34 ------- --------------- | |
35 trunk Works | |
36 0.12 Does not work | |
37 0.11 Does not work | |
38 ------- --------------- |