doc/
subfolder, the README file is autogenerated)Improved URN parsing according to RFC8141 that allows an arbitrary number of colons to be present in the URN value. Entire URN NID and NSS parts (except for urn:
scheme) are stored in the uri.host
struct field. rq-components
are not supported.
Example of the parse error when parsing "urn:emergency:service:sos"
parse_uri(): bad char ':' in state 3 parsed: urn:emergency:service (21) / urn:emergency:service:sos (25)
URN values that have been tested to work:
urn:emergency:service:sos
urn:emergency:responder.fire
urn:emergency:media-feature
https://github.com/kamailio/kamailio/pull/3909
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.