mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
Add some SHOULDs and MUSTs to the user directory requirements
This commit is contained in:
parent
bb515d15a4
commit
f2332d242a
|
|
@ -33,8 +33,10 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Performs a search for users on the homeserver. The homeserver may
|
Performs a search for users on the homeserver. The homeserver may
|
||||||
determine which subset of users are searched, however the homeserver
|
determine which subset of users are searched, however the homeserver
|
||||||
is encouraged to only consider users the requesting user shares a
|
MUST at a minimum consider the users the requesting user shares a
|
||||||
room with and those who reside in public rooms.
|
room with and those who reside in public rooms (known to the homeserver).
|
||||||
|
The search MUST consider local users to the homeserver, and SHOULD
|
||||||
|
query remote users as part of the search.
|
||||||
|
|
||||||
The search is performed case-insensitively on user IDs and display
|
The search is performed case-insensitively on user IDs and display
|
||||||
names preferably using a collation determined based upon the
|
names preferably using a collation determined based upon the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue