Mercurial > prosody-modules
comparison mod_smacks_noerror/README.markdown @ 3171:f35b2b76df6d
mod_smacks_noerror: Add ability to silence errors if mod_offline is disabled
This will also silence "message not delivered" errors if mod_offline
is disabled and all clients are offline.
This assumes working MAM for all clients (lready assumed by the rest of this module).
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Tue, 03 Jul 2018 01:03:48 +0200 |
parents | ea6b5321db50 |
children | e7dc25e54d02 |
comparison
equal
deleted
inserted
replaced
3170:c7773ea263d0 | 3171:f35b2b76df6d |
---|---|
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. |
20 | 20 |
21 If you disable mod_offline, this module will also silence "message not delivered" | |
22 error messages that will otherwise be generated when prosody would normally | |
23 store offline message but can't do this because of disabled mod_offline. | |
24 If mod_offline is *not* disabled this module will not change offline storage | |
25 behaviour at all. | |
26 | |
21 Warning | 27 Warning |
22 ======= | 28 ======= |
23 | 29 |
24 You most certainly *should not* use this module if you cannot be certain | 30 You most certainly *should not* use this module if you cannot be certain |
25 that *all* your clients support and use MAM! | 31 that *all* your clients support and use MAM! |