summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivierCrete <olivier.crete@collabora.co.uk>2009-03-06 01:47:06 +0000
committerOlivierCrete <olivier.crete@collabora.co.uk>2009-03-06 01:47:06 +0000
commit118ff918bdb9252ce5df80c3f1f5b8ed53cf41b8 (patch)
tree97e2b864c9370297a64197c6938df64f5bc34386
parent2e9e393829a187321c9ffcfee461fc2f12300e25 (diff)
restore content from old homepage
-rw-r--r--Home.moin17
1 files changed, 17 insertions, 0 deletions
diff --git a/Home.moin b/Home.moin
index fcca9f7..8401166 100644
--- a/Home.moin
+++ b/Home.moin
@@ -1,8 +1,25 @@
= libnice =
== 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.
+
You can browse the source code at: http://git.collabora.co.uk/?p=libnice.git;a=summary
+Mailing list: http://lists.freedesktop.org/mailman/listinfo/nice
+
+Relevant Standards
+
+ * [[http://tools.ietf.org/html/draft-ietf-mmusic-ice-19 |Latest ICE Draft]]
+ * [[http://tools.ietf.org/html/rfc5389|RFC 5389 (stun)]]
+ * [[http://www.tools.ietf.org/html/draft-ietf-behave-turn|Latest TURN Draft]]
+
Releases at: http://nice.freedesktop.org/releases/
+
+[[http://farsight.freedesktop.org|Farsight]] is a complete streaming implementation that uses libnice.
+
----
CategoryHomepage