mod_pubsub_serverinfo: Update documentation
authorGuus der Kinderen <guus.der.kinderen@gmail.com>
Thu, 04 Jan 2024 12:33:34 +0100
changeset 5811 f08818b8b87d
parent 5810 d4612e7f6724
child 5812 2465d5191ae9
mod_pubsub_serverinfo: Update documentation Removed a 'feature yet to be implemented' that now has been implemented.
mod_pubsub_serverinfo/README.markdown
--- 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
 ============