Mercurial > prosody-modules
diff mod_offline_hints/README.markdown @ 3500:e86315c9b5c4
offline_hints: discard no-store hinted messages at mod_offline
This module will hook `message/offline/handle` and will skip offline
storage for messages hinted with `no-store` or `no-permanent-store`.
author | marc0s <marcos.devera@quobis.com> |
---|---|
date | Fri, 29 Mar 2019 17:06:18 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_offline_hints/README.markdown Fri Mar 29 17:06:18 2019 +0100 @@ -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.