Skip to content

stunagent: check integrity only when used on request

Chris Ayoup requested to merge achris/libnice:master into master

When message-integrity is not used on a request, there will be no message-integrity attribute on the response or error. This change will suppress checking for it when it is not expected to be there.

Merge request reports