diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-06 16:34:42 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-06 16:34:42 +0200 |
commit | e8eae31799c80382afb90ff4c0e888078bfd5494 (patch) | |
tree | 9ca3f8fdfa5741933581e34dc9937192a89b3691 /doc | |
parent | 56e9e471e7501bffa576aa5eef51d9bf3c0561b5 (diff) | |
download | prosody-e8eae31799c80382afb90ff4c0e888078bfd5494.tar.gz prosody-e8eae31799c80382afb90ff4c0e888078bfd5494.zip |
doap: Add reference to draft-cridland-xmpp-session
This covers the optional element added in 0bbbc9042361
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index a52fd68a..81322722 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -51,6 +51,8 @@ <implements rdf:resource="https://www.rfc-editor.org/info/rfc6122"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> <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> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/> |