Mercurial > prosody-modules
view mod_sasl2_bind2/README.md @ 5495:7998b49d6512
mod_http_oauth2: Create proper template for OOB code delivery
This also improves security by reusing the security and cache headers,
where mod_http_errors/http-message doesn't add such headers.
Colors selected by taking rotating the error colors, rrggbb -> ggbbrr
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 31 May 2023 03:44:04 +0200 |
parents | f2dfbcc676a6 |
children |
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.