mod_tlsfail/README.markdown
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Sat, 25 Dec 2021 15:35:17 +0100
changeset 4840 5fc306239db3
parent 4708 f52452911187
permissions -rw-r--r--
mod_pep_atom_categories: Add a module to index categories in Atom entries A new node is created for each category, named category-<the category>, which contains a list of all node/item tuples having said category as a tag.

---
summary: STARTTLS failure test
---

This module responds to `<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>` with
`<failure xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>`, in order to test
how clients and server behave.

See [RFC6120 Section 5.4.2.2](https://xmpp.org/rfcs/rfc6120.html#rfc.section.5.4.2.2)