Software /
code /
prosody-modules
Diff
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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_nooffline_noerror/README.markdown Mon Mar 02 19:32:11 2020 +0100 @@ -0,0 +1,30 @@ +--- +labels: +- 'Stage-Alpha' +summary: Discard offline stanzas instead of generating stanza errors if mod_offline is not loaded +... + +Introduction +============ + +By default without mod_offline stanzas that would go to offline storage +trigger error stanzas sent back to the sender to inform him of undeliverable stanzas. + +But if you use MAM on your server and are certain, all of your clients are using it, +you can use this module to disable the error stanzas. +If mod_offline is loaded, this module will do nothing. + +Warning +======= + +You most certainly *should not* use this module if you cannot be certain +that *all* your clients support and use MAM! + +Compatibility +============= + + ----- ------------------------------------------------------------------- + trunk Works + 0.10 Works + 0.9 Untested but should work + ----- -------------------------------------------------------------------