s/host/hostname/
This commit is contained in:
parent
8679a642b4
commit
120bb8dc8e
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ The server name represents the address at which the homeserver in question can
|
||||||
be reached by other homeservers. All valid server names are included by the
|
be reached by other homeservers. All valid server names are included by the
|
||||||
following grammar::
|
following grammar::
|
||||||
|
|
||||||
server_name = host [ ":" port ]
|
server_name = hostname [ ":" port ]
|
||||||
|
|
||||||
port = *DIGIT
|
port = *DIGIT
|
||||||
|
|
||||||
host = IPv4address / "[" IPv6address "]" / dns-name
|
hostname = IPv4address / "[" IPv6address "]" / dns-name
|
||||||
|
|
||||||
IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT
|
IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue