# HG changeset patch # User Guus der Kinderen # Date 1704366676 -3600 # Node ID d4612e7f67243b7ab16876504415bd80ccc6c12a # Parent 55b99f593c3af92b4841867d53a65795db31ce0b mod_pubsub_serverinfo: Added 'Known Issues' section diff -r 55b99f593c3a -r d4612e7f6724 mod_pubsub_serverinfo/README.markdown --- a/mod_pubsub_serverinfo/README.markdown Thu Jan 04 12:05:51 2024 +0100 +++ b/mod_pubsub_serverinfo/README.markdown Thu Jan 04 12:11:16 2024 +0100 @@ -47,3 +47,9 @@ a cached value will remain in cache for one hour. This duration can be modified by adding this configuration option: pubsub_serverinfo_cache_ttl = 1800 -- or any other number of seconds + +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).