diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-13 15:08:11 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-13 15:08:11 +0100 |
commit | 9463be2c81f8fe14768f2244bd4dc575ed7d672c (patch) | |
tree | 4f40417bb4a73b37d005a78738976829ac17818d | |
parent | dc1efeb22dee5f93ce66252ddd1a25c097d1ee5b (diff) | |
download | prosody-9463be2c81f8fe14768f2244bd4dc575ed7d672c.tar.gz prosody-9463be2c81f8fe14768f2244bd4dc575ed7d672c.zip |
doap: Add XEP-0044, Expat should be handling namespaces
-rw-r--r-- | doc/doap.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 1874e692..48fada05 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -95,6 +95,12 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0044.html"/> + <xmpp:note>libexpat</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0045.html"/> <xmpp:version>1.32.0</xmpp:version> <xmpp:since>0.3</xmpp:since> |