DOAP: Mention that XEP-0068 is supported

Emmanuel Gil Peyrot created

There is no module for this XEP, but it is only a best practice document
about XEP-0004 so there is no need for one.

Change summary

doap.xml | 9 +++++++++
1 file changed, 9 insertions(+)

Detailed changes

doap.xml 🔗

@@ -111,6 +111,15 @@
             <xmpp:since>0.5.0</xmpp:since>
         </xmpp:SupportedXep>
     </implements>
+    <implements>
+        <xmpp:SupportedXep>
+            <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0068.html"/>
+            <xmpp:status>complete</xmpp:status>
+            <xmpp:version>1.2</xmpp:version>
+            <xmpp:since>0.1.0</xmpp:since>
+            <xmpp:note>there is no specific module for this, the feature is all in the XEP-0004 module</xmpp:note>
+        </xmpp:SupportedXep>
+    </implements>
     <implements>
         <xmpp:SupportedXep>
             <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0071.html"/>