According to Timestamp grammar:
Timestamp = "Timestamp" HCOLON 1*(DIGIT)
[ "." *(DIGIT) ] [ LWS delay ]
delay = *(DIGIT) [ "." *(DIGIT) ]Timestamp: 1.1 LWS is legal since delay can have zero length. Is this intentional? I mean shouldn't delay be 1*(DIGIT) [ "." *(DIGIT) ] regards Satya T _______________________________________________ Sip-implementors mailing list [EMAIL PROTECTED] http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
