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 | 1a397a36222936903b71375d37365f046f586256 (patch) | |
tree | 9ca3f8fdfa5741933581e34dc9937192a89b3691 /doc | |
parent | 621a28541bb2390e67e7336b13fa3f749d2a5ec9 (diff) | |
download | prosody-1a397a36222936903b71375d37365f046f586256.tar.gz prosody-1a397a36222936903b71375d37365f046f586256.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"/> |