bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

MSRP Message-ID not compliant with RFC4975 #239

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Message-ID must not containt '_' characters.
According to RFC 4975 page 36, we should have :

Message-ID = "Message-ID:" SP ident
ident = ALPHANUM  3*31ident-char
ident-char = ALPHANUM / "." / "-" / "+" / "%" / "="
ALPHANUM = ALPHA / DIGIT

This is a regression introduced in v2.5.16 (with addition of MSRPoTLS feature).

Result:
The MSRP media session fails.

Occurrence: random (depends on the ID generator)

Original issue reported on code.google.com by lemordan...@gmail.com on 4 Mar 2014 at 1:09

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r461.

Original comment by lemordan...@gmail.com on 4 Mar 2014 at 3:18