Software /
code /
prosody-modules
Comparison
mod_sasl2_bind2/README.md @ 6106:82e830095b87
mod_sasl2_bind2: Update XEP status and Comp.
author | Menel <menel@snikket.de> |
---|---|
date | Sat, 21 Dec 2024 21:10:34 +0100 |
parent | 5093:f2dfbcc676a6 |
child | 6251:694f8fab07d4 |
comparison
equal
deleted
inserted
replaced
6105:a21a375d79a9 | 6106:82e830095b87 |
---|---|
6 dependencies: | 6 dependencies: |
7 - mod_sasl2 | 7 - mod_sasl2 |
8 --- | 8 --- |
9 | 9 |
10 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 |
11 resources and establish sessions in XMPP, using SASL2. **Note: At the time of | 11 resources and establish sessions in XMPP, using SASL2. |
12 writing (November 2022), this plugin implements a version of XEP-0386 that is | |
13 still working its way through the XSF standards process. See [PR #1217](https://github.com/xsf/xeps/pull/1217) | |
14 for more information and current status.** | |
15 | 12 |
16 This module depends on [mod_sasl2]. It exposes no configuration options. | 13 This module depends on [mod_sasl2]. It exposes no configuration options. |
14 | |
15 # Compatibility | |
16 | |
17 Prosody-Version Status | |
18 --------------- ---------------------- | |
19 trunk Works as of 2024-12-21 | |
20 0.12 Does not work |