Software /
code /
prosody-modules
Diff
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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_auto_moved/README.md Tue Mar 18 00:16:25 2025 +0700 @@ -0,0 +1,29 @@ +--- +summary: "XEP-0283: Moved" +labels: +- 'Stage-Alpha' +... + +Introduction +============ + +This module implements [XEP-0283: Moved](http://xmpp.org/extensions/xep-0283.html), +a way for contacts to notify you that they have moved to a new address. + +This module is not necessary to generate such notifications - that can be done +by clients, for example. What this module does is automatically verify such +notifications and, if verification is successful, automatically update your +roster (contact list). + +Configuration +============= + +There is no configuration for this module, just add it to `modules_enabled` as normal. + +Compatibility +============= + + Prosody-Version Status + --------------- ----------- + trunk Should Work + 0.12 Works