Mercurial > prosody-modules
view mod_sasl2/README.md @ 5087:438fbebf74ac
mod_rest: Wrap webhook setup in a function for future reuse
The goal is to allow binding a session to a webhook via API to allow
e.g. bots to set up handling of incoming messages.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 27 Nov 2022 00:34:00 +0100 |
parents | 7d33178c79f2 |
children | 5b77f4720bfe |
line wrap: on
line source
--- labels: - Stage-Alpha summary: "XEP-0388: Extensible SASL Profile" --- Experimental implementation of [XEP-0388: Extensible SASL Profile] ## Developers mod_sasl2 provides some events you can hook to affect aspects of the authentication process: - `advertise-sasl-features` - `sasl2/c2s/success` - Priority 1000: Session marked as authenticated, success response created (`event.success`) - Priority -1000: Success response sent to client - Priority -1500: Updated <stream-features/> sent to client - `sasl2/c2s/failure` - `sasl2/c2s/error`