Software / code / prosody-modules
Comparison
mod_pubsub_serverinfo/README.markdown @ 5830:f08818b8b87d
mod_pubsub_serverinfo: Update documentation
Removed a 'feature yet to be implemented' that now has been implemented.
| author | Guus der Kinderen <guus.der.kinderen@gmail.com> |
|---|---|
| date | Thu, 04 Jan 2024 12:33:34 +0100 |
| parent | 5829:d4612e7f6724 |
| child | 5831:2465d5191ae9 |
comparison
equal
deleted
inserted
replaced
| 5829:d4612e7f6724 | 5830:f08818b8b87d |
|---|---|
| 3 - 'Statistics' | 3 - 'Statistics' |
| 4 ... | 4 ... |
| 5 | 5 |
| 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 This version, 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 an unnamed 'remote-domain' element for each inbound or outgoing s2s connection. | 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 | 10 support ('opts in') too. |
| 11 Features yet to be implemented: | |
| 12 - For 'remote-domain' elements, add domain name _only if_ through service discovery that domain advertises the 'urn:xmpp:serverinfo:0' feature. | |
| 13 | 11 |
| 14 Installation | 12 Installation |
| 15 ============ | 13 ============ |
| 16 | 14 |
| 17 Enable this module in the global or a virtual host. | 15 Enable this module in the global or a virtual host. |