Mercurial > prosody-modules
comparison mod_pubsub_serverinfo/README.markdown @ 5869:faf1f1c833e8
mod_pubsub_serverinfo: update reference to XEP.
author | Guus der Kinderen <guus.der.kinderen@gmail.com> |
---|---|
date | Thu, 14 Mar 2024 09:55:46 +0100 |
parents | 904b226fddf1 |
children | c61a82f80e57 |
comparison
equal
deleted
inserted
replaced
5868:bdcb61275afe | 5869:faf1f1c833e8 |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
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 [XEP-0485: PubSub Server Information](https://xmpp.org/extensions/xep-0485.html). |
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 | 11 |