diff options
author | Kim Alvefur <zash@zash.se> | 2019-11-03 17:44:14 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-11-03 17:44:14 +0100 |
commit | 724cc7f24ae27a969305e100cf57926a768fc9da (patch) | |
tree | 11aa9cf16d0ebb44e4fa3435e3ebdb2aa623a2bd | |
parent | ad623682976153a33031aa9c78db936fcea0a491 (diff) | |
download | prosody-724cc7f24ae27a969305e100cf57926a768fc9da.tar.gz prosody-724cc7f24ae27a969305e100cf57926a768fc9da.zip |
doap: Add version of XEP-0012
-rw-r--r-- | doc/doap.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 935b5eb4..d1d4ad8b 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -71,6 +71,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0012.html"/> + <xmpp:version>2.0</xmpp:version> <xmpp:since>0.1</xmpp:since> <xmpp:note>mod_lastactivity and mod_uptime</xmpp:note> <xmpp:status>complete</xmpp:status> |