comparison mod_server_contact_info/README.md @ 5920:254a21a104aa

mod_server_contact_info: Backport from prosody trunk
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Jun 2024 16:14:58 +0100
parents
children
comparison
equal deleted inserted replaced
5919:99ecfe44910b 5920:254a21a104aa
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: Backported mod_server_contact_info for Prosody 0.12
5 ...
6
7 ## Overview
8
9 In February 2024 we improved the internal API to allow multiple modules to
10 publish information about the server, this includes mod_pubsub_serverinfo.
11
12 Although Prosody 0.12 comes with its own mod_server_contact_info, this version
13 uses the new API so that 0.12 users can hopefully use mod_pubsub_serverinfo
14 and other modules which use the new API.
15
16 To use it, you must ensure that your Prosody 0.12 deployment is loading *both*
17 mod_server_contact_info **and** mod_server_info community modules.
18
19 Configuration of contact addresses is the same, whatever version of the module
20 you use. See the official documentation on [Prosody's mod_server_contact_info](https://prosody.im/doc/modules/mod_server_contact_info)
21 page.
22
23 ## Compatibility
24
25 This module should be compatible with Prosody 0.12, and will fail to load in
26 later versions (which already provide the same functionality without community
27 modules).