README: Update checklist with new features and new TODOs

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-12-17 14:51:01 +01:00
parent d0570afeaf
commit 6fb526a14c
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -16,13 +16,17 @@ file.
- [x] Join - [x] Join
* [x] Normal sessions * [x] Normal sessions
* [x] MSN * [x] MSN
- [ ] Presence - [-] Presence
* [x] Updates
* [x] Resync * [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 * [ ] Nick changes
- [ ] Iq - [-] Iq
* [ ] Ping answers * [-] Ping answers
- [x] Ping component (always succeeds)
- [-] Ping room (always fails. Awaiting affiliation support)
- [x] Ping participant (0410)
* [ ] Ping probes? * [ ] Ping probes?
* [ ] Routing Public PEP? * [ ] Routing Public PEP?
* [x] Default "service-unavailable" * [x] Default "service-unavailable"
@ -46,6 +50,7 @@ file.
* [ ] Presence versioning (0436) * [ ] Presence versioning (0436)
* [ ] Room Activity Indicator (0437) * [ ] Room Activity Indicator (0437)
* [ ] Affiliation versioning (0463) * [ ] Affiliation versioning (0463)
* [ ] Caching participant caps
### Storage ### Storage