Fix #245: "Unable to resolve DNS SRV record" error when joining conference
commitb09ab4b2543b723106104134a4d8ac3269ec87a8
authorStefan Becker <chemobejk@gmail.com>
Fri, 9 May 2014 14:55:45 +0000 (9 17:55 +0300)
committerStefan Becker <chemobejk@gmail.com>
Fri, 9 May 2014 14:55:45 +0000 (9 17:55 +0300)
treeac38d2287ddb315704602eea4849e0d14de3d7df
parenta1afe87d7f19b646933ce27db7332e0d9cc608bd
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(),
src/core/sipe-conf.c