comparison mod_sasl2_bind2/README.md @ 5093:f2dfbcc676a6

mod_sasl2_bind2: Add explicit dependency on mod_sasl2 Ensures mod_sasl2 is installed and loaded so it can fire the relevant events.
author Kim Alvefur <zash@zash.se>
date Mon, 28 Nov 2022 19:05:48 +0100
parents 6947c34303cf
children
comparison
equal deleted inserted replaced
5092:6594e7a9a174 5093:f2dfbcc676a6
1 --- 1 ---
2 labels: 2 labels:
3 - Stage-Beta 3 - Stage-Beta
4 summary: "Bind 2 integration with SASL2" 4 summary: "Bind 2 integration with SASL2"
5 rockspec:
6 dependencies:
7 - mod_sasl2
5 --- 8 ---
6 9
7 Add support for [XEP-0386: Bind 2], which is a new method for clients to bind 10 Add support for [XEP-0386: Bind 2], which is a new method for clients to bind
8 resources and establish sessions in XMPP, using SASL2. **Note: At the time of 11 resources and establish sessions in XMPP, using SASL2. **Note: At the time of
9 writing (November 2022), this plugin implements a version of XEP-0386 that is 12 writing (November 2022), this plugin implements a version of XEP-0386 that is