RFC Errata
RFC 4975, "The Message Session Relay Protocol (MSRP)", September 2007
Note: This RFC has been updated by RFC 7977, RFC 8591, RFC 8873, RFC 8996
Source of RFC: simple (rai)
Errata ID: 1282
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT
Reported By: Alfred Hoenes
Date Reported: 2008-01-14
Held for Document Update by: Robert Sparks
Section 9, p.38 says:
hname = ALPHA *token
It should say:
hname = ALPHA [token] (or use: hname = ALPHA *1token )
Notes:
This resolves a potential parsing ambiguity,
and should also improve the readability.