diff options
author | Kim Alvefur <zash@zash.se> | 2024-10-26 18:06:49 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2024-10-26 18:06:49 +0200 |
commit | 91f9db5ffce2367e2370a93fefb81ac3923f99d8 (patch) | |
tree | eb096ae13ff7374e2cee90018cfa3167eccb963c /doc/doap.xml | |
parent | 2de66b31bd6e846d81c750b6240b778df8ecc988 (diff) | |
download | prosody-91f9db5ffce2367e2370a93fefb81ac3923f99d8.tar.gz prosody-91f9db5ffce2367e2370a93fefb81ac3923f99d8.zip |
doap: Update XEP for mostly editorial changes
XEP-0004: Changes <reported> which is not implemented
XEP-0030: A note on some implementations not advertising disco#info
XEP-0106: Now references PRECIS which we don't have access to
XEP-0107: Editorial fixing of a typo
XEP-0133: Removal of 'Get User Password' already done in 21a1b9fb08a1, editorial changes
XEP-0153: Editorial changes
XEP-0198: Editorial changes and clarifications
XEP-0223: Updated security considerations
XEP-0292: The difference is that the iq syntax implemented in mod_vcard4 is removed. To become compliant, simply unload this module.
XEP-0313: Editorial and minor changes
XEP-0398: Advanced to Stable, no other changes
XEP-0398: Now mentions the implementation method used in mod_vcard_legacy
XEP-0402: Changes only affecting clients
XEP-0421: Added requirements we already satisfy
XEP-0440: Editorial changes
XEP-0478: Editorial changes
Due to their size, review of changes to XEP-0045 and XEP-0060 has been left for later.
Diffstat (limited to 'doc/doap.xml')
-rw-r--r-- | doc/doap.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 62e4063c..cf150c36 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -72,7 +72,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/> - <xmpp:version>2.13.0</xmpp:version> + <xmpp:version>2.13.1</xmpp:version> <xmpp:since>0.4.0</xmpp:since> <xmpp:status>partial</xmpp:status> <xmpp:note>no support for multiple items (reported tag)</xmpp:note> @@ -107,7 +107,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0030.html"/> - <xmpp:version>2.5rc3</xmpp:version> + <xmpp:version>2.5.0</xmpp:version> <xmpp:since>0.10.0</xmpp:since> <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> @@ -274,13 +274,13 @@ <xmpp:version>1.0</xmpp:version> <xmpp:since>0.9.0</xmpp:since> <xmpp:status>complete</xmpp:status> - <xmpp:note>util.jid.(un)escape, missing rejection of \20 at start or end per xep version 1.1</xmpp:note> + <xmpp:note>util.jid.(un)escape, missing rejection of \20 at start or end per xep version 1.1. Missing PRECIS for version 1.1.1.</xmpp:note> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0107.html"/> - <xmpp:version>1.2.1</xmpp:version> + <xmpp:version>1.2.2</xmpp:version> <xmpp:status>complete</xmpp:status> <xmpp:note>via XEP-0163</xmpp:note> </xmpp:SupportedXep> @@ -353,7 +353,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0133.html"/> - <xmpp:version>1.2</xmpp:version> + <xmpp:version>1.3.1</xmpp:version> <xmpp:since>0.7.0</xmpp:since> <xmpp:status>partial</xmpp:status> <xmpp:note>mod_admin_adhoc, missing some commands</xmpp:note> @@ -372,7 +372,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0153.html"/> - <xmpp:version>1.1</xmpp:version> + <xmpp:version>1.1.1</xmpp:version> <xmpp:since>0.11.0</xmpp:since> <xmpp:status>complete</xmpp:status> <xmpp:note>via XEP-0398</xmpp:note> @@ -508,7 +508,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0198.html"/> - <xmpp:version>1.6</xmpp:version> + <xmpp:version>1.6.2</xmpp:version> <xmpp:status>complete</xmpp:status> <xmpp:since>0.12.0</xmpp:since> <xmpp:note>mod_smacks</xmpp:note> @@ -594,7 +594,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0223.html"/> - <xmpp:version>1.1</xmpp:version> + <xmpp:version>1.1.1</xmpp:version> <xmpp:since>0.11.0</xmpp:since> <xmpp:status>complete</xmpp:status> <xmpp:note>mod_pep</xmpp:note> @@ -655,7 +655,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0292.html"/> - <xmpp:version>0.11</xmpp:version> + <xmpp:version>0.12.0</xmpp:version> <xmpp:status>complete</xmpp:status> <xmpp:since>0.11.0</xmpp:since> <xmpp:note>mod_vcard4, mod_vcard_legacy</xmpp:note> @@ -690,7 +690,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> - <xmpp:version>1.1.0</xmpp:version> + <xmpp:version>1.1.2</xmpp:version> <xmpp:status>complete</xmpp:status> <xmpp:since>0.10.0</xmpp:since> <xmpp:note>mod_mam, mod_muc_mam</xmpp:note> @@ -787,7 +787,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html"/> - <xmpp:version>0.2.1</xmpp:version> + <xmpp:version>1.0.0</xmpp:version> <xmpp:since>0.11.0</xmpp:since> <xmpp:status>complete</xmpp:status> <xmpp:note>mod_vcard_legacy</xmpp:note> @@ -804,7 +804,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0402.html"/> - <xmpp:version>1.1.3</xmpp:version> + <xmpp:version>1.2.0</xmpp:version> <xmpp:since>0.12.0</xmpp:since> <xmpp:status>complete</xmpp:status> <xmpp:note>mod_bookmarks</xmpp:note> @@ -831,7 +831,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0421.html"/> - <xmpp:version>0.1.0</xmpp:version> + <xmpp:version>0.2.0</xmpp:version> <xmpp:since>0.12.0</xmpp:since> <xmpp:status>complete</xmpp:status> <xmpp:note>mod_muc</xmpp:note> @@ -847,7 +847,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0440.html"/> - <xmpp:version>0.4.0</xmpp:version> + <xmpp:version>0.4.2</xmpp:version> <xmpp:since>trunk</xmpp:since> <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> @@ -871,7 +871,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0478.html"/> - <xmpp:version>0.1.0</xmpp:version> + <xmpp:version>0.2.0</xmpp:version> <xmpp:since>trunk</xmpp:since> </xmpp:SupportedXep> </implements> |