Software /
code /
prosody-modules
Comparison
mod_auto_moved/README.md @ 6209:d611ed13df7e draft
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:16:25 +0700 |
child | 6211:750d64c47ec6 |
comparison
equal
deleted
inserted
replaced
6208:e20901443eae | 6209:d611ed13df7e |
---|---|
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 `modules_enabled` as normal. | |
22 | |
23 Compatibility | |
24 ============= | |
25 | |
26 Prosody-Version Status | |
27 --------------- ----------- | |
28 trunk Should Work | |
29 0.12 Works |