changeset 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
files mod_pubsub_serverinfo/README.markdown
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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).