File

mod_sasl2_sm/README.md @ 6114:dc2cce03554d

mod_pubsub_subscription: Match stanzas with fixed prefix only This should help filter out any other unrelated iq stanzas which may be exchanged with the pubsub service. For example, a separate module was requesting the item list from a subscribed node, but this module was incorrectly attempting to handle the result.
author Matthew Wild <mwild1@gmail.com>
date Sat, 28 Dec 2024 15:23:33 +0000
parent 6108:532bd77adf2d
line wrap: on
line source

---
labels:
- Stage-Beta
summary: "XEP-0198 integration with SASL2"
rockspec:
  dependencies:
  - mod_sasl2
  - mod_sasl2_bind2
---

Add support for inlining stream management negotiation into the SASL2 process. (See [XEP-0388: Extensible SASL Profile])

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

# Compatibility

  Prosody-Version Status
  --------------- ----------------------
  trunk           Works as of 2024-12-21
  0.12            Does not work