gnieto
b60df453dc
federation-api: Remove unneeded parameter on get_remote_server_keys_batch
...
The `minimum_valid_until_ts` parameter is not needed on this endpoint
(https://matrix.org/docs/spec/server_server/r0.1.4#post-matrix-key-v2-query ).
2021-11-09 22:09:48 +01:00
gnieto
cd4344115d
federation-api: Make device name field in DeviceListUpdateContent optional
...
According to the spec, `device_display_name` should be absent if the
device does not have any display name. This also changes the `DeviceListUpdateContent`
constructor and it initializes this field with a None.
2021-09-26 11:27:12 +02:00
Jonas Platte
ca49cf802d
federation: Borrow more request fields
2021-09-19 19:59:18 +02:00
Jonas Platte
36bc8bf73a
federation-api: Replace Raw<Pdu> with Box<RawJsonValue>
2021-09-15 20:36:20 +02:00
Jonas Platte
6abf9f7d99
Release ruma-federation-api 0.3.1
2021-09-01 15:21:49 +02:00
Jonas Platte
1d6b84d522
federation-api: Fix request query deserialization for get_remote_server_keys_batch
2021-09-01 15:21:18 +02:00
Jonas Platte
a03955a778
federation-api: Fix request body (de)serialization
2021-09-01 15:18:51 +02:00
Jonas Platte
6ee7a5beae
Release ruma-federation-api 0.3.0
2021-08-11 17:51:15 +02:00
Jonas Platte
db57fa2a45
Update ruma-*-api changelogs
2021-08-11 17:41:05 +02:00
Adam
fff4e97035
Fix missing changelog entries
2021-07-07 10:36:40 +02:00
Jonas Platte
b5c1e6198a
Release ruma-federation-api 0.2.0
2021-06-21 17:43:46 +02:00
Jonas Platte
ecad815a5b
federation-api: Make bind_callback forwards compatible with add'l medium support
2021-06-18 14:02:40 +02:00
Timo Kösters
c198cf6e9f
federation-api: Improve claim_keys endpoint
2021-06-17 19:43:22 +02:00
Timo Kösters
a238a0dda5
federation-api: Improve get_keys
2021-05-21 12:37:41 +02:00
Jonas Platte
7de7cde6e0
Release ruma-federation-api 0.1.0
2021-05-17 01:03:29 +02:00
Jonas Platte
3db0ea7026
Move all crates into a new crates directory
2021-05-03 15:50:27 +02:00