Update CHANGES and doap.xml for XEP-0421 support
authorMatthew Wild <mwild1@gmail.com>
Tue, 24 Nov 2020 10:46:53 +0000
changeset 11220 7a8745599e38
parent 11219 9ce0a899ff07
child 11221 65ce1178d655
Update CHANGES and doap.xml for XEP-0421 support
CHANGES
doc/doap.xml
--- a/CHANGES	Tue Nov 24 10:38:56 2020 +0000
+++ b/CHANGES	Tue Nov 24 10:46:53 2020 +0000
@@ -19,6 +19,7 @@
 -   Switch to libunbound for DNS queries
 -   mod_external_services (XEP-0215)
 -   util.error for encapsulating errors
+-   MUC: support for XEP-0421 occupant identifiers
 
 0.11.0
 ======
--- a/doc/doap.xml	Tue Nov 24 10:38:56 2020 +0000
+++ b/doc/doap.xml	Tue Nov 24 10:46:53 2020 +0000
@@ -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>