File

mod_sasl2_bind2/README.md @ 6136:8da64ecdbcaa

mod_sasl2: add usable sasl mechanisms to session table This is needed to fix the SSDP bug described here: https://issues.prosody.im/1845
author tmolitor <thilo@eightysoft.de>
date Wed, 20 Nov 2024 05:05:30 +0100
parent 5093:f2dfbcc676a6
child 6106:82e830095b87
line wrap: on
line source

---
labels:
- Stage-Beta
summary: "Bind 2 integration with SASL2"
rockspec:
  dependencies:
  - mod_sasl2
---

Add support for [XEP-0386: Bind 2], which is a new method for clients to bind
resources and establish sessions in XMPP, using SASL2. **Note: At the time of
writing (November 2022), this plugin implements a version of XEP-0386 that is
still working its way through the XSF standards process. See [PR #1217](https://github.com/xsf/xeps/pull/1217)
for more information and current status.**

This module depends on [mod_sasl2]. It exposes no configuration options.