# HG changeset patch # User Guus der Kinderen # Date 1704368014 -3600 # Node ID f08818b8b87d7ba655b0cd93ce6a94b0be9f9918 # Parent d4612e7f67243b7ab16876504415bd80ccc6c12a mod_pubsub_serverinfo: Update documentation Removed a 'feature yet to be implemented' that now has been implemented. diff -r d4612e7f6724 -r f08818b8b87d 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 ============