Mercurial > prosody-modules
comparison mod_pubsub_serverinfo/README.markdown @ 5806:d4612e7f6724
mod_pubsub_serverinfo: Added 'Known Issues' section
author | Guus der Kinderen <guus.der.kinderen@gmail.com> |
---|---|
date | Thu, 04 Jan 2024 12:11:16 +0100 |
parents | 55b99f593c3a |
children | f08818b8b87d |
comparison
equal
deleted
inserted
replaced
5805:55b99f593c3a | 5806:d4612e7f6724 |
---|---|
45 To detect if remote domains allow their domain name to be included in the data that this module publishes, this module will perform a service | 45 To detect if remote domains allow their domain name to be included in the data that this module publishes, this module will perform a service |
46 discovery request to each remote domain. To prevent a continuous flood of disco/info requests, the response to these requests is cached. By default, | 46 discovery request to each remote domain. To prevent a continuous flood of disco/info requests, the response to these requests is cached. By default, |
47 a cached value will remain in cache for one hour. This duration can be modified by adding this configuration option: | 47 a cached value will remain in cache for one hour. This duration can be modified by adding this configuration option: |
48 | 48 |
49 pubsub_serverinfo_cache_ttl = 1800 -- or any other number of seconds | 49 pubsub_serverinfo_cache_ttl = 1800 -- or any other number of seconds |
50 | |
51 Known Issues / TODOs | |
52 ==================== | |
53 | |
54 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 | |
55 routed internally). |