mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-21 13:33:44 +01:00
drop dns_name = host in favour of host
This commit is contained in:
parent
92f3989f2b
commit
26505533dd
|
|
@ -25,8 +25,7 @@ number of identifiers, as described below.
|
||||||
The server name represents the address at which the homeserver in question can
|
The server name represents the address at which the homeserver in question can
|
||||||
be reached by other homeservers. The complete grammar is::
|
be reached by other homeservers. The complete grammar is::
|
||||||
|
|
||||||
server_name = dns_name [ ":" port]
|
server_name = host [ ":" port]
|
||||||
dns_name = host
|
|
||||||
port = *DIGIT
|
port = *DIGIT
|
||||||
|
|
||||||
where ``host`` is as defined by `RFC3986, section 3.2.2
|
where ``host`` is as defined by `RFC3986, section 3.2.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue