s/host/hostname/

This commit is contained in:
Richard van der Hoff 2018-08-29 09:24:24 +01:00
parent 8679a642b4
commit 120bb8dc8e

View file

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