annotate mod_tlsfail/README.markdown @ 5571:ca3c2d11823c

mod_pubsub_feeds: Track latest timestamp seen in feeds instead of last poll This should ensure that an entry that has a publish timestmap after the previously oldest post, but before the time of the last poll check, is published to the node. Previously if an entry would be skipped if it was published at 13:00 with a timestamp of 12:30, where the last poll was at 12:45. For feeds that lack a timestamp, it now looks for the first post that is not published, assuming that the feed is in reverse chronological order, then iterates back up from there.
author Kim Alvefur <zash@zash.se>
date Sun, 25 Jun 2023 16:27:55 +0200
parents f52452911187
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4703
94df7986a874 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 ---
4704
f52452911187 mod_tlsfail/README: Fix header
Kim Alvefur <zash@zash.se>
parents: 4703
diff changeset
2 summary: STARTTLS failure test
4703
94df7986a874 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 ---
94df7986a874 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4
94df7986a874 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 This module responds to `<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>` with
94df7986a874 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6 `<failure xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>`, in order to test
94df7986a874 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 how clients and server behave.
94df7986a874 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8
94df7986a874 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9 See [RFC6120 Section 5.4.2.2](https://xmpp.org/rfcs/rfc6120.html#rfc.section.5.4.2.2)
94df7986a874 mod_tlsfail: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10