view mod_auto_moved/README.markdown @ 4688:05725276fac0

mod_bookmarks2: Use same default as mod_pep for max_items Should fix the issue with max items until the proper "max" can be used, by following the configured max. While "max" is already in trunk, it's not easily usable in 0.11.x This limit and option was added to mod_pep in Prosody rev aefb96a52f5f
author Kim Alvefur <zash@zash.se>
date Wed, 15 Sep 2021 17:39:37 +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
  ----- -------