diff options
author | Kim Alvefur <zash@zash.se> | 2022-01-09 18:42:22 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-01-09 18:42:22 +0100 |
commit | 8a53094a7daf29d5dec902353c8ebf7cd7772bfe (patch) | |
tree | 9fa9f518b4a44ce1c0007620317f2e2fb857368b /doc | |
parent | d8c9ea741bfd41d5876e564435062b5018971855 (diff) | |
download | prosody-8a53094a7daf29d5dec902353c8ebf7cd7772bfe.tar.gz prosody-8a53094a7daf29d5dec902353c8ebf7cd7772bfe.zip |
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
For compatibility with clients relying on the notifications
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index c03d62ee..0c6eb536 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -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> |