drop dns_name = host in favour of host
This commit is contained in:
parent
92f3989f2b
commit
26505533dd
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue