usnistgov / jsip

JSIP: Java SIP specification Reference Implementation (moved from java.net)
Other
287 stars 130 forks source link

Fix for issue #69 - Update to support corrected ABNF of P-Access-Network-Info header as per RFC 7913 #70

Closed dinoop-p closed 3 years ago

dinoop-p commented 3 years ago

Update to P-Access-Network-Info header parser to comply with corrected syntax by RFC 7913.

Also white testing it has been found that the exiting function ParserCore#nameValue() does't support a IPV6 address. ParserCore#genericNameValue() is created to support generic-param format.

vladimirralev commented 3 years ago

Thanks, that looks pretty good to me.

mahilion commented 2 years ago

Hello, Is there a plan to release this fix ? i am using Maven version 1.3.0-91 please let me know how to use jain-sip with this.