summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent3492be606283932e58aca37e638b35c4bea81da8 (diff)
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 'docs')
-rw-r--r--docs/reference/libnice/libnice-docs.xml4
-rw-r--r--docs/reference/libnice/libnice-sections.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/libnice/libnice-docs.xml b/docs/reference/libnice/libnice-docs.xml
index bcca5f4..c4741dc 100644
--- a/docs/reference/libnice/libnice-docs.xml
+++ b/docs/reference/libnice/libnice-docs.xml
@@ -121,6 +121,10 @@
<title>Index of new symbols in 0.1.18</title>
<xi:include href="xml/api-index-0.1.18.xml"><xi:fallback/></xi:include>
</index>
+ <index role="0.1.20">
+ <title>Index of new symbols in 0.1.20</title>
+ <xi:include href="xml/api-index-0.1.20.xml"><xi:fallback/></xi:include>
+ </index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</part>
</book>
diff --git a/docs/reference/libnice/libnice-sections.txt b/docs/reference/libnice/libnice-sections.txt
index f5c13d7..5c13bce 100644
--- a/docs/reference/libnice/libnice-sections.txt
+++ b/docs/reference/libnice/libnice-sections.txt
@@ -57,6 +57,7 @@ nice_agent_get_selected_socket
nice_agent_get_sockets
nice_agent_get_component_state
nice_agent_close_async
+nice_agent_consent_lost
nice_component_state_to_string
<SUBSECTION Standard>
NICE_AGENT