comparison mod_nooffline_noerror/README.markdown @ 3928:7e7ac4af6e0c

mod_nooffline_noerror: New module that disables errors for disabled offline storage
author tmolitor <thilo@eightysoft.de>
date Mon, 02 Mar 2020 19:32:11 +0100
parents
children
comparison
equal deleted inserted replaced
3927:4c1f80076606 3928:7e7ac4af6e0c
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: Discard offline stanzas instead of generating stanza errors if mod_offline is not loaded
5 ...
6
7 Introduction
8 ============
9
10 By default without mod_offline stanzas that would go to offline storage
11 trigger error stanzas sent back to the sender to inform him of undeliverable stanzas.
12
13 But if you use MAM on your server and are certain, all of your clients are using it,
14 you can use this module to disable the error stanzas.
15 If mod_offline is loaded, this module will do nothing.
16
17 Warning
18 =======
19
20 You most certainly *should not* use this module if you cannot be certain
21 that *all* your clients support and use MAM!
22
23 Compatibility
24 =============
25
26 ----- -------------------------------------------------------------------
27 trunk Works
28 0.10 Works
29 0.9 Untested but should work
30 ----- -------------------------------------------------------------------