Hi All,
        I need clarification regarding header param in URI. As per 3261 ABNF
it quotes

header          =  hname "=" hvalue
hname           =  1*( hnv-unreserved / unreserved / escaped )
hvalue          =  *( hnv-unreserved / unreserved / escaped )

Is this syntax correct? 
If correct, please let me know the reason why this special handling been
done compared to other generic param.

Else,
"=" should be optional i.e., if hvalue is present then "=" is required?

i.e.,
header          =  hname ["=" hvalue]
hname           =  1*( hnv-unreserved / unreserved / escaped )
hvalue          =   hnv-unreserved / unreserved / escaped 

Regards,
Manju

_______________________________________________
Sip-implementors mailing list
[email protected]
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to