conf: remove Lync URL parsing code
commit874c5082ab1254fec6c439b31b378a1fb741b07a
authorStefan Becker <chemobejk@gmail.com>
Sun, 6 Dec 2015 14:16:26 +0000 (6 16:16 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 6 Dec 2015 14:16:26 +0000 (6 16:16 +0200)
tree3ba264340d47935faf395172d73073851cdb6079
parent20618867a6d2e2f70c8f9fc49ec6eb5d13392781
conf: remove Lync URL parsing code

M$ has changed the Lync meeting HTML pages in Skype for Business. They
now are dynamic pages which may or may not generate a conference SIP
URI. As our HTML parser can no longer find a SIP URI the code falls back
to the old URL parser. That can produce an incorrect result which means
joining a conference can fail for a user with a meaningless DNS error
message.

Remove the URL parser and replace it with an error message.
src/core/sipe-conf.c