File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
changelogs/server_server/newsfragments Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ Use "server name" instead of "DNS name" to avoid confusion with the "DNS name" component of "server names" as defined in the appendices.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ example:
19
19
properties :
20
20
server_name :
21
21
type : string
22
- description : DNS name of the homeserver .
22
+ description : The homeserver's [server name](/appendices/#server-name) .
23
23
example : " example.org"
24
24
verify_keys :
25
25
type : object
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ paths:
341
341
properties :
342
342
origin :
343
343
type : string
344
- description : The resident server's DNS name.
344
+ description : The resident server's [server name](/appendices/#server-name) .
345
345
auth_chain :
346
346
type : array
347
347
description : |-
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ paths:
162
162
properties :
163
163
origin :
164
164
type : string
165
- description : The resident server's DNS name.
165
+ description : The resident server's [server name](/appendices/#server-name) .
166
166
members_omitted :
167
167
type : boolean
168
168
description : " `true` if `m.room.member` events have been omitted from `state`."
Original file line number Diff line number Diff line change 26
26
parameters :
27
27
- in : path
28
28
name : serverName
29
- description : The server's DNS name to query
29
+ description : The [ server name](/appendices/#server-name) to query
30
30
required : true
31
31
example : matrix.org
32
32
schema :
Original file line number Diff line number Diff line change 45
45
description : |-
46
46
Performs a query to get the mapped room ID and list of resident homeservers in
47
47
the room for a given room alias. Homeservers should only query room aliases
48
- that belong to the target server (identified by the DNS Name in the alias).
48
+ that belong to the target server (identified by the [server name](/appendices/#server-name)
49
+ in the alias).
49
50
50
51
Servers may wish to cache the response to this query to avoid requesting the
51
52
information too often.
@@ -111,7 +112,8 @@ paths:
111
112
description : |-
112
113
Performs a query to get profile information, such as a display name or avatar,
113
114
for a given user. Homeservers should only query profiles for users that belong
114
- to the target server (identified by the DNS Name in the user ID).
115
+ to the target server (identified by the [server name](/appendices/#server-name)
116
+ in the user ID).
115
117
116
118
Servers may wish to cache the response to this query to avoid requesting the
117
119
information too often.
You can’t perform that action at this time.
0 commit comments