# HG changeset patch # User Menel # Date 1773386221 -3600 # Node ID 4403f941fd74ccdee7fd91358aebd4afc95607bc # Parent 5364bdaa404d0a2cf847d2637b0529c03a4c8218 mod_smacks_noerror: delete obsoleted diff -r 5364bdaa404d -r 4403f941fd74 mod_smacks_noerror/README.md --- a/mod_smacks_noerror/README.md Fri Mar 13 07:54:36 2026 +0100 +++ b/mod_smacks_noerror/README.md Fri Mar 13 08:17:01 2026 +0100 @@ -1,12 +1,12 @@ --- labels: -- 'Stage-Alpha' -summary: Module deprecated, just use mod_smacks and mod_nooffline_noerror +- Stage-Obsolete +superseded_by: mod_noofline_noerror +summary: Module obsolete, just use mod_smacks and mod_nooffline_noerror ... -Introduction -============ - -This module is deprecated and superseded by mod_smacks. +::: {.alert .alert-warning} +This module was deleted and is superseded by [mod_smacks]. If you explicitly disabled mod_offline you need the new module -mod_nooffline_noerror to regain all features of this deprecated module. +[mod_nooffline_noerror](https://modules.prosody.im/mod_nooffline_noerror.html) to regain all features of this module. +::: diff -r 5364bdaa404d -r 4403f941fd74 mod_smacks_noerror/mod_smacks_noerror.lua --- a/mod_smacks_noerror/mod_smacks_noerror.lua Fri Mar 13 07:54:36 2026 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ --- this module is deprecated, log an error and load the superseding modules instead -module:depends"smacks" -module:depends"nooffline_noerror" - -module:log("error", "mod_smacks_noerror is deprecated! Just use mod_smacks and load mod_nooffline_noerror if you explicitly disabled offline storage (mod_offline)"); \ No newline at end of file