Mercurial > prosody-modules
annotate mod_delay/README.markdown @ 3137:178ebea5097c
mod_measure_message_e2ee: Get statistics about message encryption status.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 22 Jun 2018 11:12:34 +0200 |
parents | a457fff04f1d |
children |
rev | line source |
---|---|
2393 | 1 --- |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: Add "XEP-0203 Delayed Delivery"-tags to every message stanza | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 This module adds "Delayed Delivery"-tags to every message stanza passing | |
11 the server containing the current time on that server. | |
12 | |
2973
a457fff04f1d
mod_delay: Improve the README’s description
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
2393
diff
changeset
|
13 This makes remote clients aware of when Prosody received this message, which |
a457fff04f1d
mod_delay: Improve the README’s description
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
2393
diff
changeset
|
14 could be different from the time at which the client actually sent it. |
2393 | 15 |
16 Compatibility | |
17 ============= | |
18 | |
19 ----- ----------------------------------------------------- | |
20 0.10 Works | |
21 ----- ----------------------------------------------------- | |
22 | |
23 | |
24 Clients | |
25 ======= | |
26 | |
27 Clients that support XEP-0203 (among others): | |
28 | |
29 - Gajim | |
30 - Conversations | |
31 - Yaxim |