Skip to content

Commit ecdb4ff

Browse files
committed
muc-hats: Mention which ejabberd versions are documented in that page
1 parent 5dd1d63 commit ecdb4ff

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

content/tutorials/muc-hats.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
# MUC Hats
22

3-
<!-- md:version improved in [25.03](../archive/25.03/index.md) -->
4-
5-
ejabberd implements support for
6-
[XEP-0317 Hats](https://xmpp.org/extensions/xep-0317.html)
7-
since version 21.12,
8-
as implemented in commit
9-
[5d0e599](https://github.com/processone/ejabberd/commit/5d0e599f1784d7529dcd365ad8c3dd46c1ac85ad).
10-
In ejabberd 25.03, support has been improved to XEP v0.2.0,
3+
!!! info "Please note"
4+
5+
This page is useful only for ejabberd 25.08 and older versions.
6+
If you are using ejabberd 25.xx or newer,
7+
please consult [XEP-0317 Hats](https://xmpp.org/extensions/xep-0317.html)
8+
as ejabberd nowadays supports XEP-0317 0.3.1.
9+
10+
<!-- md:version improved in [25.xx](../archive/25.xx/index.md) -->
11+
12+
ejabberd [21.12](../archive/21.12/index.md) introduced support for
13+
[XEP-0317 Hats](https://xmpp.org/extensions/xep-0317.html).
14+
15+
In ejabberd [25.03](../archive/25.03/index.md) support was improved to XEP version 0.2.0,
1116
with some minor differences to the examples in the protocol,
12-
which are described here.
17+
which are described in this page.
18+
19+
In ejabberd [25.xx](../archive/25.xx/index.md) support has been improved to XEP version 0.3.1,
20+
strictly following the protocol and all its examples.
21+
Consequently, if you are using ejabberd 25.xx or newer,
22+
please use [XEP-0317 Hats](https://xmpp.org/extensions/xep-0317.html)
23+
instead of this page.
1324

1425
## Configuration
1526

0 commit comments

Comments
 (0)