comparison mod_s2s_smacks_timeout/README.md @ 5765:78368d2865dd

mod_s2s_smacks_timeout: Add note about being merged in trunk mod_s2s
author Kim Alvefur <zash@zash.se>
date Sun, 03 Dec 2023 21:25:39 +0100
parents f0fe95f9e21c
children
comparison
equal deleted inserted replaced
5764:87920d436cb4 5765:78368d2865dd
1 ---
2 labels:
3 - Stage-Obsolete
4 ---
5
1 # Introduction 6 # Introduction
7
8 ::: {.alert .alert-warning}
9 This behavior has now been merged into
10 [mod_s2s][doc:modules:mod_s2s] in trunk and is therefore obsolete
11 when used with trunk.
12
13 It can still be used with Prosody 0.12 to get this behavior.
14 :::
2 15
3 This module closes s2s connections when 16 This module closes s2s connections when
4 [mod_smacks][doc:modules:mod_smacks] reports that a connection has not 17 [mod_smacks][doc:modules:mod_smacks] reports that a connection has not
5 received a timely acknowledgement as requested, indicating that the 18 received a timely acknowledgement as requested, indicating that the
6 connection is broken or the remote server is not responding. 19 connection is broken or the remote server is not responding.