summaryrefslogtreecommitdiff
path: root/nice
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2020-09-15 14:54:00 +1000
committerOlivier CrĂȘte <olivier.crete@collabora.com>2020-12-10 11:27:53 -0500
commit4a378b880ee18eb74b3054c1f2148aea3f3e9e6e (patch)
treed965df6d808dae026708e6a6e212d9de1221f239 /nice
parent3492be606283932e58aca37e638b35c4bea81da8 (diff)
downloadlibnice-4a378b880ee18eb74b3054c1f2148aea3f3e9e6e.tar.gz
agent: implement support for RFC7675 - Consent Freshness
Specified in https://tools.ietf.org/html/rfc7675 RFC 7675 is a slight modification of the existing keepalive connection checks that could be enabled manually or were used with the GOOGLE compatibility mode. Slight differences from the existing keepalive connection checks include: - an additional consent expiry timer instead of relying on all binding requests to succeed. - 403: 'Forbidden' stun error-code which revokes consent with immediate effect.
Diffstat (limited to 'nice')
-rw-r--r--nice/libnice.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/nice/libnice.sym b/nice/libnice.sym
index 007be55..1362691 100644
--- a/nice/libnice.sym
+++ b/nice/libnice.sym
@@ -18,6 +18,7 @@ nice_address_to_string
nice_agent_add_local_address
nice_agent_add_stream
nice_agent_close_async
+nice_agent_consent_lost
nice_agent_recv
nice_agent_recv_messages
nice_agent_recv_nonblocking