Fix #337: Duplicate candidates in SDP
commit50f63c7d337f57374d363018c2316449a73c5449
authorStefan Becker <chemobejk@gmail.com>
Sat, 3 Feb 2018 15:57:42 +0000 (3 17:57 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sat, 3 Feb 2018 15:57:42 +0000 (3 17:57 +0200)
tree0a3c43d36369b802596ec5054ed6c54cd32bd4e2
parent89ee8e8d4fd7b90e38c53c2458853389b0cbd182
Fix #337: Duplicate candidates in SDP

This reverts commit 89ee8e8d4fd7b90e38c53c2458853389b0cbd182.

libnice can return a candidate list with duplicates. It is currently
unknown if this is a bug in libnice or a configuration error in Skype
for Business setups.

While this is not a bug in SIPE, by converting the previous debug code
into a filter function that removes these duplicates we can harden SIPE
against such a situation and make sure that it generates a correct SDP
message.
src/purple/purple-media.c