diff options
author | Kim Alvefur <zash@zash.se> | 2025-01-27 12:23:10 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-01-27 12:23:10 +0100 |
commit | f45cf55bcbb7707ec98a9fdc221d81cbc55dada8 (patch) | |
tree | 19c5f5d8ce7dcc8c102a35a155605492b6f7834c /doc | |
parent | edfe2fe98cb982bbf5391215b5050d9f67bababa (diff) | |
download | prosody-f45cf55bcbb7707ec98a9fdc221d81cbc55dada8.tar.gz prosody-f45cf55bcbb7707ec98a9fdc221d81cbc55dada8.zip |
doap: Add XEP-0357 (mod_cloud_notify)
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 cf150c36..edd924bf 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -734,6 +734,15 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0357.html"/> + <xmpp:version>0.4.1</xmpp:version> + <xmpp:since>trunk</xmpp:since> + <xmpp:status>complete</xmpp:status> + <xmpp:note>mod_cloud_notify</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0359.html"/> <xmpp:version>0.7.0</xmpp:version> <xmpp:status>complete</xmpp:status> |