mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 13:54:10 +02:00
Merge pull request #2576 from matrix-org/travis/clarification/server-names
Clarify that server names are at least 1 character
This commit is contained in:
commit
9792921357
|
|
@ -45,7 +45,7 @@ following grammar::
|
||||||
IPv6char = DIGIT / %x41-46 / %x61-66 / ":" / "."
|
IPv6char = DIGIT / %x41-46 / %x61-66 / ":" / "."
|
||||||
; 0-9, A-F, a-f, :, .
|
; 0-9, A-F, a-f, :, .
|
||||||
|
|
||||||
dns-name = *255dns-char
|
dns-name = 1*255dns-char
|
||||||
|
|
||||||
dns-char = DIGIT / ALPHA / "-" / "."
|
dns-char = DIGIT / ALPHA / "-" / "."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue