Fix #3604671: sip uri with apostrophe is not valid
commit42debea140b39147115434043e1ca228dcf14f21
authorStefan Becker <chemobejk@gmail.com>
Sun, 17 Feb 2013 13:05:56 +0000 (17 15:05 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 17 Feb 2013 13:05:56 +0000 (17 15:05 +0200)
treec39535043e5a1ffa1b47068cff7d3a63298c6127
parentcb2771a1197bea1fad071c2e171e6d48c95841fc
Fix #3604671: sip uri with apostrophe is not valid

Implement URI escaping in sip_uri_if_valid().

NOTE: We escape the URI entered by the user, but we never unescape it
anywhere. So it is doubtful that escaped URIs will work correctly in
real life, unless the OCS/Lync server unescapes them before matching
them.
src/core/sipe-utils.c