Mercurial > prosody-modules
diff mod_pubsub_serverinfo/README.markdown @ 5808:2465d5191ae9
mod_pubsub_serverinfo: Consider sibling vhosts 'connected'
Prosody does not have s2s connections between vhosts. Multiple domains will therefor not show up as each-other 'remote domains'.
With this commit, the module considers vhosts permanently s2s-connected.
Additional debug logging has been added.
author | Guus der Kinderen <guus.der.kinderen@gmail.com> |
---|---|
date | Thu, 04 Jan 2024 15:14:19 +0100 |
parents | f08818b8b87d |
children | ce8f0e458ffa |
line wrap: on
line diff
--- a/mod_pubsub_serverinfo/README.markdown Thu Jan 04 12:33:34 2024 +0100 +++ b/mod_pubsub_serverinfo/README.markdown Thu Jan 04 15:14:19 2024 +0100 @@ -49,5 +49,6 @@ Known Issues / TODOs ==================== -This module will not report connections between domains that are served by the same instance of Prosody (since they're not s2s connections, but are -routed internally). +The reported data does not contain the optional 'connection' child elements. These can be used to describe the direction of a connection. + +More generic server information (eg: user counts, software version) should be included in the data that is published.