comparison mod_pubsub_serverinfo/README.markdown @ 5841:904b226fddf1

mod_pubsub_serverinfo: Update README to link to known issues
author Matthew Wild <mwild1@gmail.com>
date Fri, 23 Feb 2024 13:02:33 +0000
parents ce8f0e458ffa
children faf1f1c833e8
comparison
equal deleted inserted replaced
5840:bd0abf821cef 5841:904b226fddf1
6 Exposes server information over Pub/Sub per ProtoXEP: PubSub Server Information. 6 Exposes server information over Pub/Sub per ProtoXEP: PubSub Server Information.
7 7
8 The module announces support (used to 'opt-in', per the XEP) and publishes the name of the local domain via a Pub/Sub node. The published data 8 The module announces support (used to 'opt-in', per the XEP) and publishes the name of the local domain via a Pub/Sub node. The published data
9 will contain a 'remote-domain' element for inbound and outgoing s2s connections. These elements will be named only when the remote domain announces 9 will contain a 'remote-domain' element for inbound and outgoing s2s connections. These elements will be named only when the remote domain announces
10 support ('opts in') too. 10 support ('opts in') too.
11
12 **Known issues:**
13
14 - [Issue #1841](https://issues.prosody.im/1841): This module conflicts with mod_server_contact_info (both will run, but it may affect the ability of some implementations to read the server/contact information provided).
11 15
12 Installation 16 Installation
13 ============ 17 ============
14 18
15 Enable this module in the global or a virtual host. 19 Enable this module in the global or a virtual host.