changeset 6454:4403f941fd74

mod_smacks_noerror: delete obsoleted
author Menel <menel@snikket.de>
date Fri, 13 Mar 2026 08:17:01 +0100
parents 5364bdaa404d
children f3d50bfce9af
files mod_smacks_noerror/README.md mod_smacks_noerror/mod_smacks_noerror.lua
diffstat 2 files changed, 7 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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.
+:::
--- 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