diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-29 23:14:48 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-29 23:14:48 +0100 |
commit | 9dfdf56ca2c593c63b282b5aad13320c89e0391d (patch) | |
tree | e210a9b99dc097885e648cdde9c6d677682251c1 /doc | |
parent | a262f03ca79896d6419eb74f2262ed849df9a6b3 (diff) | |
download | prosody-9dfdf56ca2c593c63b282b5aad13320c89e0391d.tar.gz prosody-9dfdf56ca2c593c63b282b5aad13320c89e0391d.zip |
doap: Move comment into <implements> it comments on
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 548b9a02..3581a3e6 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -54,8 +54,9 @@ <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> - <!-- Added in hg:0bbbc9042361 released in 0.6.0 --> - <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"/> + <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"> + <!-- since=0.6.0 note=Added in hg:0bbbc9042361 --> + </implements> <implements rdf:resource="http://www.unicode.org/reports/tr39/"/> <implements> <xmpp:SupportedXep> |