blob: d15d1af7285736b97601f5abc27a5b3c1278a399 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
The GLib ICE implementation
Libnice is an implementation of the IETF's draft Interactice
Connectivity Establishment standard (ICE). It provides GLib-based library,
libnice and GStreamer 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.
Existing standards that use ICE include Session Initiation Protocol
(SIP) and XMPP Jingle.
|