Mercurial > prosody-hg
diff doc/doap.xml @ 12170:750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
For compatibility with clients relying on the notifications
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 09 Jan 2022 18:42:22 +0100 |
| parents | b63bb2c4b6d9 |
| children | 4f5f34a7f85a |
line wrap: on
line diff
--- a/doc/doap.xml Sun Jan 09 21:47:04 2022 +0100 +++ b/doc/doap.xml Sun Jan 09 18:42:22 2022 +0100 @@ -803,6 +803,15 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0411.html"/> + <xmpp:version>1.1.0</xmpp:version> + <xmpp:since>0.12.0</xmpp:since> + <xmpp:status>complete</xmpp:status> + <xmpp:note>mod_bookmarks</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0421.html"/> <xmpp:version>0.1.0</xmpp:version> <xmpp:since>0.12.0</xmpp:since>
