Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
5807:f08818b8b87d | 5808:2465d5191ae9 |
---|---|
47 pubsub_serverinfo_cache_ttl = 1800 -- or any other number of seconds | 47 pubsub_serverinfo_cache_ttl = 1800 -- or any other number of seconds |
48 | 48 |
49 Known Issues / TODOs | 49 Known Issues / TODOs |
50 ==================== | 50 ==================== |
51 | 51 |
52 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 | 52 The reported data does not contain the optional 'connection' child elements. These can be used to describe the direction of a connection. |
53 routed internally). | 53 |
54 More generic server information (eg: user counts, software version) should be included in the data that is published. |