mod_pubsub_serverinfo/README.markdown
changeset 5845 904b226fddf1
parent 5815 ce8f0e458ffa
child 5873 faf1f1c833e8
equal deleted inserted replaced
5844:bd0abf821cef 5845:904b226fddf1
     6 Exposes server information over Pub/Sub per ProtoXEP: PubSub Server Information.
     6 Exposes server information over Pub/Sub per ProtoXEP: PubSub Server Information.
     7 
     7 
     8 The module announces support (used to 'opt-in', per the XEP) and publishes the name of the local domain via a Pub/Sub node. The published data
     8 The module announces support (used to 'opt-in', per the XEP) and publishes the name of the local domain via a Pub/Sub node. The published data
     9 will contain a 'remote-domain' element for inbound and outgoing s2s connections. These elements will be named only when the remote domain announces
     9 will contain a 'remote-domain' element for inbound and outgoing s2s connections. These elements will be named only when the remote domain announces
    10 support ('opts in') too.
    10 support ('opts in') too.
       
    11 
       
    12 **Known issues:**
       
    13 
       
    14 - [Issue #1841](https://issues.prosody.im/1841): This module conflicts with mod_server_contact_info (both will run, but it may affect the ability of some implementations to read the server/contact information provided).
    11 
    15 
    12 Installation
    16 Installation
    13 ============
    17 ============
    14 
    18 
    15 Enable this module in the global or a virtual host.
    19 Enable this module in the global or a virtual host.