Mercurial > prosody-hg
diff doc/doap.xml @ 13940:5f8a9e50c2fb 13.0
mod_smacks: Remove extra optional from sm element
Since XEP-0198 version 1.6.3, the optional and required children of sm in
stream:features have been removed entirely. They already weren’t specified
before, and were only leftover from a very old version in the XML Schema.
Fixes #1963
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Tue, 02 Sep 2025 00:50:25 +0200 |
| parents | 24252947a8ca |
| children | 837d47c24e3f |
line wrap: on
line diff
--- a/doc/doap.xml Sun Aug 24 19:57:43 2025 +0200 +++ b/doc/doap.xml Tue Sep 02 00:50:25 2025 +0200 @@ -518,7 +518,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0198.html"/> - <xmpp:version>1.6.2</xmpp:version> + <xmpp:version>1.6.3</xmpp:version> <xmpp:status>complete</xmpp:status> <xmpp:since>0.12.0</xmpp:since> <xmpp:note>mod_smacks</xmpp:note>
