Software /
code /
prosody-modules
Comparison
mod_auto_moved/README.md @ 6003: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 |
parent | 4680:mod_auto_moved/README.markdown@59fdda04b87e |
child | 6104:1f0f2926743b |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 summary: "XEP-0283: Moved" | |
3 labels: | |
4 - 'Stage-Alpha' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 This module implements [XEP-0283: Moved](http://xmpp.org/extensions/xep-0283.html), | |
11 a way for contacts to notify you that they have moved to a new address. | |
12 | |
13 This module is not necessary to generate such notifications - that can be done | |
14 by clients, for example. What this module does is automatically verify such | |
15 notifications and, if verification is successful, automatically update your | |
16 roster (contact list). | |
17 | |
18 Configuration | |
19 ============= | |
20 | |
21 There is no configuration for this module, just add it to | |
22 modules\_enabled as normal. | |
23 | |
24 Compatibility | |
25 ============= | |
26 | |
27 ----- ------- | |
28 0.11 Does not work | |
29 ----- ------- | |
30 trunk Works | |
31 ----- ------- |