aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-01-09 17:32:18 +0100
committerLinus Jahn <lnj@kaidan.im>2022-01-09 17:32:18 +0100
commit221a26c9bd17123186675f198ad2f6ddac82245b (patch)
tree7472cfaec9be5e9f621c10c4deed036da56942fa
parent3012300f5f8b93e5120a8b1520841b6c934d58fd (diff)
downloadqxmpp-221a26c9bd17123186675f198ad2f6ddac82245b.tar.gz
README: Update to compliance suites 2022
No changes were required.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e51693c9..33118ed7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# QXmpp [![XMPP:2021 Client IM Mobile+ Compliance Badge](https://img.shields.io/badge/XMPP%3A2021%20Client-Core%20IM%20Mobile%2B-green)][xmpp-compliance] [![Build Status](https://github.com/qxmpp-project/qxmpp/workflows/tests/badge.svg)](https://github.com/qxmpp-project/qxmpp/actions) [![Code Coverage](https://img.shields.io/codecov/c/github/qxmpp-project/qxmpp.svg)](https://codecov.io/gh/qxmpp-project/qxmpp) [![Latest release](https://img.shields.io/github/v/release/qxmpp-project/qxmpp)](https://github.com/qxmpp-project/qxmpp/releases/latest) [![Website](https://img.shields.io/website?down_message=offline&label=documentation&up_message=online&url=https%3A%2F%2Fdoc.qxmpp.org%2F)][qxmpp-doc]
+# QXmpp [![XMPP:2022 Client IM Mobile+ Compliance Badge](https://img.shields.io/badge/XMPP%3A2022%20Client-Core%20IM%20Mobile%2B-green)][xmpp-compliance] [![Build Status](https://github.com/qxmpp-project/qxmpp/workflows/tests/badge.svg)](https://github.com/qxmpp-project/qxmpp/actions) [![Code Coverage](https://img.shields.io/codecov/c/github/qxmpp-project/qxmpp.svg)](https://codecov.io/gh/qxmpp-project/qxmpp) [![Latest release](https://img.shields.io/github/v/release/qxmpp-project/qxmpp)](https://github.com/qxmpp-project/qxmpp/releases/latest) [![Website](https://img.shields.io/website?down_message=offline&label=documentation&up_message=online&url=https%3A%2F%2Fdoc.qxmpp.org%2F)][qxmpp-doc]
QXmpp is a cross-platform C++ XMPP client and server library. It is written
in C++ and uses Qt framework.
@@ -6,7 +6,7 @@ in C++ and uses Qt framework.
QXmpp strives to be as easy to use as possible, the underlying TCP socket, the
core XMPP RFCs (RFC6120 and RFC6121) and XMPP extensions have been nicely
encapsulated into classes. QXmpp is ready to build XMPP clients complying with
-the [XMPP Compliance Suites 2021][xmpp-compliance] for IM and Advanced Mobile.
+the [XMPP Compliance Suites 2022][xmpp-compliance] for IM and Advanced Mobile.
It comes with full API documentation, automatic tests and some examples.
QXmpp uses Qt extensively, and as such users need to a have working knowledge of
@@ -93,5 +93,5 @@ is already know at:
https://github.com/qxmpp-project/qxmpp/issues
-[xmpp-compliance]: https://xmpp.org/extensions/xep-0443.html
+[xmpp-compliance]: https://xmpp.org/extensions/xep-0459.html
[qxmpp-doc]: https://doc.qxmpp.org/