mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-08 17:03:42 +01:00
Clarify that server names are at least 1 character
Fixes https://github.com/matrix-org/matrix-doc/issues/2460
This commit is contained in:
parent
a1177cbd61
commit
e9998c5335
|
|
@ -45,7 +45,7 @@ following grammar::
|
|||
IPv6char = DIGIT / %x41-46 / %x61-66 / ":" / "."
|
||||
; 0-9, A-F, a-f, :, .
|
||||
|
||||
dns-name = *255dns-char
|
||||
dns-name = 1*255dns-char
|
||||
|
||||
dns-char = DIGIT / ALPHA / "-" / "."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue