diff options
Diffstat (limited to 'libraries/libnice/README')
-rw-r--r-- | libraries/libnice/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libnice/README b/libraries/libnice/README new file mode 100644 index 0000000000..d15d1af728 --- /dev/null +++ b/libraries/libnice/README @@ -0,0 +1,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. |