|
1 | 1 | # MUC Hats |
2 | 2 |
|
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, |
11 | 16 | 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. |
13 | 24 |
|
14 | 25 | ## Configuration |
15 | 26 |
|
|
0 commit comments