diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-11-24 10:46:53 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-11-24 10:46:53 +0000 |
commit | 966ae3e9965879512164e3ad4df90f74fb34e334 (patch) | |
tree | 817e88162fa51dcf02b95b39a4cbeb9d4a357d11 /doc | |
parent | ad6ec279d844f7e71acee5d1851d5b3c33fd29f8 (diff) | |
download | prosody-966ae3e9965879512164e3ad4df90f74fb34e334.tar.gz prosody-966ae3e9965879512164e3ad4df90f74fb34e334.zip |
Update CHANGES and doap.xml for XEP-0421 support
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 0b507236..ea4308c0 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -592,5 +592,14 @@ <xmpp:note>Server Optimization</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</xmpp:since> + <xmpp:status>complete</xmpp:status> + <xmpp:note>mod_muc</xmpp:note> + </xmpp:SupportedXep> + </implements> </Project> </rdf:RDF> |