Mercurial > prosody-modules
view mod_server_contact_info/README.md @ 5925:32d1abb89dfe
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 04 Jul 2024 16:06:32 +0200 |
parents | 254a21a104aa |
children |
line wrap: on
line source
--- labels: - 'Stage-Alpha' summary: Backported mod_server_contact_info for Prosody 0.12 ... ## Overview In February 2024 we improved the internal API to allow multiple modules to publish information about the server, this includes mod_pubsub_serverinfo. Although Prosody 0.12 comes with its own mod_server_contact_info, this version uses the new API so that 0.12 users can hopefully use mod_pubsub_serverinfo and other modules which use the new API. To use it, you must ensure that your Prosody 0.12 deployment is loading *both* mod_server_contact_info **and** mod_server_info community modules. Configuration of contact addresses is the same, whatever version of the module you use. See the official documentation on [Prosody's mod_server_contact_info](https://prosody.im/doc/modules/mod_server_contact_info) page. ## Compatibility This module should be compatible with Prosody 0.12, and will fail to load in later versions (which already provide the same functionality without community modules).