mod_pubsub_serverinfo/README.markdown
changeset 5812 2465d5191ae9
parent 5811 f08818b8b87d
child 5815 ce8f0e458ffa
equal deleted inserted replaced
5811:f08818b8b87d 5812:2465d5191ae9
    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 Known Issues / TODOs
    49 Known Issues / TODOs
    50 ====================
    50 ====================
    51 
    51 
    52 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
    52 The reported data does not contain the optional 'connection' child elements. These can be used to describe the direction of a connection.
    53 routed internally).
    53 
       
    54 More generic server information (eg: user counts, software version) should be included in the data that is published.