diff mod_offline_hints/README.md @ 5975:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parents mod_offline_hints/README.markdown@e86315c9b5c4
children 176447c1732d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_offline_hints/README.md	Tue Oct 22 10:26:01 2024 +0200
@@ -0,0 +1,22 @@
+---
+labels:
+- 'Stage-alpha'
+summary: Do not store in offline storage messages hinted with no-store'
+...
+
+Introduction
+============
+
+`mod_offline` does not take into account XEP-334 tags.  This module
+will not add to the offline storage those messages tagged with
+`<no-store />`.
+
+Usage
+=====
+
+First copy the module to the prosody plugins directory.
+
+Then add "offline\_hints" to your modules\_enabled list in your
+configuration.
+
+No configuration options are available.