From 6fb526a14c196cc17b2452e782355fd0300c0ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 17 Dec 2022 14:51:01 +0100 Subject: [PATCH] README: Update checklist with new features and new TODOs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee391f1..6d841d6 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,17 @@ file. - [x] Join * [x] Normal sessions * [x] MSN -- [ ] Presence - * [x] Updates +- [-] Presence * [x] Resync - * [ ] Probes (storing updates to answer probes) + * [ ] Updates + * [-] Probes (storing updates to answer probes) + - Storing presences but not answering when they're being queried, yet. * [ ] Nick changes -- [ ] Iq - * [ ] Ping answers +- [-] Iq + * [-] Ping answers + - [x] Ping component (always succeeds) + - [-] Ping room (always fails. Awaiting affiliation support) + - [x] Ping participant (0410) * [ ] Ping probes? * [ ] Routing Public PEP? * [x] Default "service-unavailable" @@ -46,6 +50,7 @@ file. * [ ] Presence versioning (0436) * [ ] Room Activity Indicator (0437) * [ ] Affiliation versioning (0463) + * [ ] Caching participant caps ### Storage