log mod_sasl2/mod_sasl2.lua @ 5054:62480053c87b

age author description
2022-09-22 Matthew Wild mod_sasl2: Further break up success handling, into pre/post stream:features
2022-09-22 Matthew Wild mod_sasl2: Store client id if provided
2022-09-21 Matthew Wild mod_sasl2, mod_sasl2_bind2: rename event.session -> .origin for consistency
2022-09-21 Matthew Wild mod_sasl2: Move <inline/> into <authentication>
2022-09-21 Matthew Wild mod_sasl2: Fix missing namespace on failure condition (thanks tmolitor)
2022-09-13 Matthew Wild mod_sasl2, mod_sasl_bind2, mod_sasl2_sm: Bump XEP-0388 namespace
2022-09-06 Matthew Wild mod_sasl2: Hacky support for channel binding
2022-09-02 Matthew Wild mod_sasl2: Add event for other modules to advertise inline features
2022-08-29 Matthew Wild mod_sasl2: Fix handling of various failure/error cases
2022-08-28 Matthew Wild mod_sasl2: Include additional-data in SASL success response
2022-08-28 Matthew Wild mod_sasl2: Eventually return true from success handler
2022-08-28 Matthew Wild mod_sasl2: Return true to indicate challenge was handled successfully
2022-08-28 Matthew Wild mod_sasl2: Fix <challenge> generation
2022-08-28 Matthew Wild mod_sasl2: Return status from event handlers
2021-11-28 Kim Alvefur mod_sasl2: Silence [luacheck] warning
2021-11-28 Kim Alvefur mod_sasl2: Remove channel binding
2019-09-27 Kim Alvefur mod_sasl2: Experimental implementation of XEP-0388