Mercurial > prosody-modules
comparison mod_pubsub_serverinfo/README.markdown @ 5811:ce8f0e458ffa
mod_pubsub_serverinfo: Add node on compatibility
author | Guus der Kinderen <guus.der.kinderen@gmail.com> |
---|---|
date | Thu, 04 Jan 2024 16:21:05 +0100 |
parents | 2465d5191ae9 |
children | 904b226fddf1 |
comparison
equal
deleted
inserted
replaced
5810:76b57bcfe1b2 | 5811:ce8f0e458ffa |
---|---|
44 discovery request to each remote domain. To prevent a continuous flood of disco/info requests, the response to these requests is cached. By default, | 44 discovery request to each remote domain. To prevent a continuous flood of disco/info requests, the response to these requests is cached. By default, |
45 a cached value will remain in cache for one hour. This duration can be modified by adding this configuration option: | 45 a cached value will remain in cache for one hour. This duration can be modified by adding this configuration option: |
46 | 46 |
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 Compatibility | |
50 ============= | |
51 | |
52 Incompatible with 0.11 or lower. | |
53 | |
49 Known Issues / TODOs | 54 Known Issues / TODOs |
50 ==================== | 55 ==================== |
51 | 56 |
52 The reported data does not contain the optional 'connection' child elements. These can be used to describe the direction of a connection. | 57 The reported data does not contain the optional 'connection' child elements. These can be used to describe the direction of a connection. |
53 | 58 |