Mercurial > prosody-modules
view mod_auto_moved/README.markdown @ 4939:7d6ae8bb95dc
mod_delegation: use clean_xmlns to remove jabber:client namespace from node:
for the same reason as in mod_privilege, `jabber:client` namespace is removed with the
clean_xmlns method coming from there.
Furthermore, the forwarded <iq> stanza use the `jabber:client` xmlns while the stanza may
come from a component with e.g. `jabber:component:accept` xmlns, this can lead to
inconsistencies between the <iq> stanza and children (like <error> element).
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 28 May 2022 16:42:13 +0200 |
parents | 59fdda04b87e |
children |
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 ----- -------