Software /
code /
prosody-modules
Comparison
mod_smacks_noerror/README.markdown @ 2876:ea6b5321db50
README files: Fix typos
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 16:05:27 +0100 |
parent | 2392:d1e975c24545 |
child | 3171:f35b2b76df6d |
comparison
equal
deleted
inserted
replaced
2875:c3a039972b74 | 2876:ea6b5321db50 |
---|---|
9 | 9 |
10 By default mod_smacks sends back error stanzas for every unacked message | 10 By default mod_smacks sends back error stanzas for every unacked message |
11 stanza when the hibernation times out. | 11 stanza when the hibernation times out. |
12 This leads to "message not delivered" errors displayed in clients. | 12 This leads to "message not delivered" errors displayed in clients. |
13 | 13 |
14 When you are certain that *all* your clients use MAM, this is unneccessary and | 14 When you are certain that *all* your clients use MAM, this is unnecessary and |
15 confuses users (the message will eventually be delivered via MAM). | 15 confuses users (the message will eventually be delivered via MAM). |
16 | 16 |
17 This module therefore monkeypatches mod_smacks to silently drop those | 17 This module therefore monkeypatches mod_smacks to silently drop those |
18 unacked message stanzas instead of sending error replies. | 18 unacked message stanzas instead of sending error replies. |
19 Unacked iq stanzas are still answered with an error reply though. | 19 Unacked iq stanzas are still answered with an error reply though. |