diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-05 18:07:51 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-05 18:07:51 +0100 |
commit | 3c1c2064c6e53f36f1b354fdf30008f1e14cffd5 (patch) | |
tree | 7a9b3785023ff18bed314e8bf041ddca71f11c27 /doc | |
parent | 3ea03a88352ae0475e7597b7691996e71ab09d9b (diff) | |
download | prosody-3c1c2064c6e53f36f1b354fdf30008f1e14cffd5.tar.gz prosody-3c1c2064c6e53f36f1b354fdf30008f1e14cffd5.zip |
doap: Reference some JSON RFCs
RFC 4627 JSON - util.json
RFC 6901 JSON Pointer - util.jsonpointer
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 234a5fc2..fa3893f8 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -47,12 +47,14 @@ <foaf:homepage>https://www.zash.se/</foaf:homepage> </foaf:Person> </maintainer> + <implements rdf:resource="https://www.rfc-editor.org/info/rfc4627"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc5802"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6120"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6121"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6122"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6331"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> + <implements rdf:resource="https://www.rfc-editor.org/info/rfc6901"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7233"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> |