Mercurial > prosody-modules
view mod_conformance_restricted/README.markdown @ 4491:35381608d323
mod_s2s_auth_dane: Fix traceback in DANE-TA check because unpack() moved
It moved into the table package in Lua 5.2, error happens when compat is
disabled or gone (ie 5.3+).
This happened in DANE-TA, which is disabled by default.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 03 Mar 2021 11:51:39 +0100 |
parents | 4d73a1a6ba68 |
children |
line wrap: on
line source
--- labels: summary: Send restricted XML for conformance testing ... Introduction ============ This module sends processing instructions, comments, DTDs and a non predefined entity (defined by the DTD) to the requesting entity. Usage ===== Send "PI", "comment", "DTD" or "entity" to <xmpp:example.com/conformance>, while directly connected to the Prosody instance.