drop dns_name = host in favour of host

This commit is contained in:
Will Hunt 2018-07-24 16:06:59 +01:00
parent 92f3989f2b
commit 26505533dd

View file

@ -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