annotate mod_tlsfail/README.markdown @ 4948:b171ddf1bc3e
mod_rest: Treat archive.ids as comma-separated to work in query string
Can't easily put an array into a query string. Hope nobody puts commas
into their archive ids.
author
Kim Alvefur <zash@zash.se>
date
Sat, 21 May 2022 22:55:41 +0200 (2022-05-21)
parents
f52452911187
children
rev
line source
4703
+ − 1 ---
4704
+ − 2 summary: STARTTLS failure test
4703
+ − 3 ---
+ − 4
+ − 5 This module responds to `<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>` with
+ − 6 `<failure xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>` , in order to test
+ − 7 how clients and server behave.
+ − 8
+ − 9 See [RFC6120 Section 5.4.2.2 ](https://xmpp.org/rfcs/rfc6120.html#rfc.section.5.4.2.2 )
+ − 10