diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-01-20 15:18:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 15:18:06 +0100 |
commit | caf310fd7976ed3fe8abbbf8cb72d380c7efd3c2 (patch) | |
tree | 5e6c2711a2c52c83db3159907a96351d8e91d3da /sytest-whitelist | |
parent | a2b486091218e761adc0a00ce19ed4b600e489a2 (diff) |
AWSY missing federation tests (#2943)
In an attempt to fix the missing AWSY tests and to get to 100%
server-server compliance.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 215889a4..1f6ecc29 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -766,4 +766,16 @@ remote user has tags copied to the new room Local and remote users' homeservers remove a room from their public directory on upgrade Guest users denied access over federation if guest access prohibited Guest users are kicked from guest_access rooms on revocation of guest_access -Guest users are kicked from guest_access rooms on revocation of guest_access over federation
\ No newline at end of file +Guest users are kicked from guest_access rooms on revocation of guest_access over federation +User can create and send/receive messages in a room with version 10 +local user can join room with version 10 +User can invite local user to room with version 10 +remote user can join room with version 10 +User can invite remote user to room with version 10 +Remote user can backfill in a room with version 10 +Can reject invites over federation for rooms with version 10 +Can receive redactions from regular users over federation in room version 10 +New federated private chats get full presence information (SYN-115) +/state returns M_NOT_FOUND for an outlier +/state_ids returns M_NOT_FOUND for an outlier +Outbound federation requests missing prev_events and then asks for /state_ids and resolves the state
\ No newline at end of file |