Software / code / prosody-modules
Comparison
mod_pubsub_serverinfo/README.markdown @ 5829: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 |
| parent | 5828:55b99f593c3a |
| child | 5830:f08818b8b87d |
comparison
equal
deleted
inserted
replaced
| 5828:55b99f593c3a | 5829: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). |