This repository has been archived on 2026-04-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
ruwuma/crates/ruma-client-api
Sebastian Spaeth d00b51a866
MSC4143: Fix response .../org.matrix.msc4143/rtc/transports
The /_matrix/client/unstable/org.matrix.msc4143/rtc/transports endpoint
returns a JSON array titled rtc_foci. MSC4143 specifies that this should
be rtc_transports

fixes: continuwuation/continuwuity#1602

Reviewed-on: #53
Reviewed-by: Jade Ellis <jade@ellis.link>
Co-authored-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Co-committed-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2026-04-16 18:40:43 +00:00
..
src MSC4143: Fix response .../org.matrix.msc4143/rtc/transports 2026-04-16 18:40:43 +00:00
tests client-api: Move Error authenticate field to ErrorKind::Forbidden 2024-03-31 21:04:18 +02:00
Cargo.toml feat: add support for MSC4439 PGP keys in supportfiles 2026-04-02 11:48:13 -07:00
CHANGELOG.md feat(api): add MSC4143 RTC transports discovery endpoint 2026-02-23 13:58:11 -05:00
README.md Move all crates into a new crates directory 2021-05-03 15:50:27 +02:00

ruma-client-api

crates.io page docs.rs page license: MIT

ruma-client-api contains serializable types for the requests and responses for each endpoint in the Matrix client API specification. These types can be shared by client and server code.