Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
3499:a1fc677d0cc8 | 3500:e86315c9b5c4 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-alpha' | |
4 summary: Do not store in offline storage messages hinted with no-store' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 `mod_offline` does not take into account XEP-334 tags. This module | |
11 will not add to the offline storage those messages tagged with | |
12 `<no-store />`. | |
13 | |
14 Usage | |
15 ===== | |
16 | |
17 First copy the module to the prosody plugins directory. | |
18 | |
19 Then add "offline\_hints" to your modules\_enabled list in your | |
20 configuration. | |
21 | |
22 No configuration options are available. |