diff options
author | OlivierCrete <OlivierCrete@web> | 2017-04-03 20:40:19 +0000 |
---|---|---|
committer | nice <iki-nice@freedesktop.org> | 2017-04-03 20:40:19 +0000 |
commit | 9e993fca9ea215b851686363e6b5d521e344c525 (patch) | |
tree | 59e2f44b03a78e540f978346466a19f28d13f712 | |
parent | 77c7193d9afbe2478d8ce1c4f7a82f2c654dd741 (diff) |
Update to add webrtc ref and remove stun library
-rw-r--r-- | index.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,13 +3,13 @@ ## The GLib ICE implementation -Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389). +Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245). -It provides a GLib-based library, libnice and a Glib-free library, libstun as well as [[GStreamer|http://www.gstreamer.net]] elements. +It provides a GLib-based library, libnice, as well as [[GStreamer|http://www.gstreamer.net]] elements. ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. It also allows applications to create reliable streams using a TCP over UDP layer. -Existing standards that use ICE include Session Initiation Protocol (SIP) and XMPP Jingle. +Existing standards that use ICE include Session Initiation Protocol (SIP), XMPP Jingle and WebRTC. #### Links |