Mercurial > prosody-modules
annotate mod_delay/README.markdown @ 3025:5b8983e100da
mod_vcard_command: a simplistic way to get and set vcard data for registered users
Use "prosodyctl get user@example.com" to print the XML to stdout, and
"prosodyctl set user@example.com /file/name" to set the vcard info from
an xml file.
author | Stefan `Sec` Zehl <sec@42.org> |
---|---|
date | Tue, 08 Oct 2013 16:38:40 +0000 |
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 |