diff options
author | David Woodfall <dave@unrealize.co.uk> | 2010-05-13 00:58:54 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:54 +0200 |
commit | bf7241176dd9557cccf094f943d12ff5e2404d72 (patch) | |
tree | 7b60df450453c4d4a3c804b98d24e230c59ae0ce /libraries/libnice/README | |
parent | 1d0176fafa6cd6c65e126f5dd4f0348db50f564f (diff) | |
download | slackbuilds-bf7241176dd9557cccf094f943d12ff5e2404d72.tar.gz |
libraries/libnice: Added to 13.0 repository
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. |