changeset 5807:f08818b8b87d

mod_pubsub_serverinfo: Update documentation Removed a 'feature yet to be implemented' that now has been implemented.
author Guus der Kinderen <guus.der.kinderen@gmail.com>
date Thu, 04 Jan 2024 12:33:34 +0100
parents d4612e7f6724
children 2465d5191ae9
files mod_pubsub_serverinfo/README.markdown
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mod_pubsub_serverinfo/README.markdown	Thu Jan 04 12:11:16 2024 +0100
+++ b/mod_pubsub_serverinfo/README.markdown	Thu Jan 04 12:33:34 2024 +0100
@@ -5,11 +5,9 @@
 
 Exposes server information over Pub/Sub per ProtoXEP: PubSub Server Information.
 
-This version, 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
-will contain an unnamed 'remote-domain' element for each inbound or outgoing s2s connection.
-
-Features yet to be implemented:
-- For 'remote-domain' elements, add domain name _only if_ through service discovery that domain advertises the 'urn:xmpp:serverinfo:0' feature.
+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
+will contain a 'remote-domain' element for inbound and outgoing s2s connections. These elements will be named only when the remote domain announces
+support ('opts in') too.
 
 Installation
 ============