diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-09-27 16:36:12 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-10-01 18:34:12 +0200 |
| commit | a4753a2c56e720c03936e6891792c98462482c3c (patch) | |
| tree | fce91b270986f6fe0ec291e22c505c32b4569946 | |
| parent | 58dfd25a6477fda887e8040e174190eb7929381d (diff) | |
| download | qxmpp-a4753a2c56e720c03936e6891792c98462482c3c.tar.gz | |
doc: doap: Add RFCs and sort elements consistently
| -rw-r--r-- | doc/doap.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 02a64a19..733fdc65 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -41,6 +41,8 @@ SPDX-License-Identifier: CC0-1.0 </repository> <implements rdf:resource='https://xmpp.org/rfcs/rfc6120.html'/> <implements rdf:resource='https://xmpp.org/rfcs/rfc6121.html'/> + <implements rdf:resource='https://xmpp.org/rfcs/rfc7590.html'/> + <implements rdf:resource='https://xmpp.org/rfcs/rfc7622.html'/> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0004.html'/> @@ -551,8 +553,8 @@ SPDX-License-Identifier: CC0-1.0 <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0407.html'/> <xmpp:status>partial</xmpp:status> <xmpp:version>0.1</xmpp:version> - <xmpp:note>Only invitations implemented</xmpp:note> <xmpp:since>1.4</xmpp:since> + <xmpp:note>Only invitations implemented</xmpp:note> </xmpp:SupportedXep> </implements> <implements> |
