mod_pubsub_serverinfo: Added 'Known Issues' section
authorGuus der Kinderen <guus.der.kinderen@gmail.com>
Thu, 04 Jan 2024 12:11:16 +0100
changeset 5810 d4612e7f6724
parent 5809 55b99f593c3a
child 5811 f08818b8b87d
mod_pubsub_serverinfo: Added 'Known Issues' section
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).