Software /
code /
prosody-modules
File
mod_auto_moved/README.markdown @ 5551:8bfcedd93a72
mod_rest: List all error conditions in OpenAPI spec
These are not handled by datamanager but by util.stanza and util.error,
so they are not represented in the JSON schema file.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 17 Jun 2023 16:26:33 +0200 |
parent | 4680:59fdda04b87e |
line wrap: on
line source
--- 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 ============= ----- ------- 0.11 Does not work ----- ------- trunk Works ----- -------