Fix #245: "Unable to resolve DNS SRV record" error when joining conference
commit568ab101048654243c919cec6c65b95b31d8c4f2
authorStefan Becker <chemobejk@gmail.com>
Fri, 9 May 2014 14:55:45 +0000 (9 17:55 +0300)
committerStefan Becker <chemobejk@gmail.com>
Sun, 25 May 2014 10:40:04 +0000 (25 13:40 +0300)
treeb8f01c31146a28615d2be73b9ef2d032caaf0c55
parentc626f29eff604b1ed5e0113af112131711237932
Fix #245: "Unable to resolve DNS SRV record" error when joining conference

Not all Lync conference URL's have a 3-part domain name. Replace the
hard-coded solution in parse_lync_join_url() with a more generic one
that only drops the first part of the domain name.

Also add debug logging to sipe_core_conf_create(),

(cherry picked from commit b09ab4b2543b723106104134a4d8ac3269ec87a8)
src/core/sipe-conf.c