diff options
author | Kim Alvefur <zash@zash.se> | 2020-09-16 18:16:08 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-09-16 18:16:08 +0200 |
commit | 1f159505104015652a3571756aaa71112938c4e9 (patch) | |
tree | a94ed5f26da5da9120b54c35fb2e029502d14eaf /doc | |
parent | ed9c967bbf7a7be8150eb566e36a9f6ffbfd2845 (diff) | |
download | prosody-1f159505104015652a3571756aaa71112938c4e9.tar.gz prosody-1f159505104015652a3571756aaa71112938c4e9.zip |
doap: Add XEP-0307
Support first added in 2919f3b985fc and later moved into its own module
in 3a1c39b31497
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 6024903f..7e9ef815 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -491,6 +491,15 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0307.html"/> + <xmpp:version>0.1</xmpp:version> + <xmpp:status>complete</xmpp:status> + <xmpp:since>0.6</xmpp:since> + <xmpp:note>Moved into mod_muc_unique in 0.11</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> <xmpp:version>0.6.3</xmpp:version> <xmpp:since>0.10</xmpp:since> |