mod_remote_roster/README.markdown
author Kim Alvefur <zash@zash.se>
Thu, 04 Jul 2024 16:06:32 +0200
changeset 5929 32d1abb89dfe
parent 1894 2eac15ab605e
permissions -rw-r--r--
mod_rest: Reject password that fails saslprep earlier (thanks tgy) Prevents an error later if/when passing the password through saslprep a second time in the authentication module, since the prep functions now reject nil The error reporting could be improved but that would involve adding a way to pass errors back out of the check_credentials() function.

---
summary: Remote Roster Management
...

Introduction
============

This module adds support for [XEP-0321: Remote Roster Management] which
is commonly used to allow components such as transports to modify the
rosters of local users.