diff options
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | doc/doap.xml | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -19,6 +19,7 @@ TRUNK - 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 ====== 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> |