Software /
code /
prosody-modules
File
mod_sasl2_bind2/README.md @ 5483:f9cecbd03e11
mod_invites_adhoc: Fall back to generic allow_user_invites for role-less users
Fixes #1752
Backport of Prosody rev dc0c20753d6c
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 18 May 2023 18:15:50 +0200 |
parent | 5093:f2dfbcc676a6 |
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.