summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author70.25.46.249 <MTLXPQAK-1176055545.sdsl.bell.ca>2010-05-19 20:28:18 +0000
committer70.25.46.249 <MTLXPQAK-1176055545.sdsl.bell.ca>2010-05-19 20:28:18 +0000
commitf9aca7679ac0ac155ec4e0fdd3a3a2107e1c4739 (patch)
tree6b049f9507e11e6e8c016c84c4f38b4c970609c7
parent54f601f13968e9954eb4427fbb78d7c4ac45a020 (diff)
Update draft links and description.
-rw-r--r--Home.moin12
1 files changed, 8 insertions, 4 deletions
diff --git a/Home.moin b/Home.moin
index 02b8757..3a052c5 100644
--- a/Home.moin
+++ b/Home.moin
@@ -1,9 +1,12 @@
= 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 [[http://www.gstreamer.net|GStreamer]] elements.
+Libnice is an implementation of the IETF's Interactice Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389).
+
+It provides a GLib-based library, libnice and a Glib-free library, libstun as well as [[http://www.gstreamer.net|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.
+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.
@@ -15,9 +18,10 @@ 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]]
+ * [[http://tools.ietf.org/html/rfc5245 |ICE RFC 5245]]
+ * [[http://tools.ietf.org/html/rfc3489 |STUN RFC 3489]]
+ * [[http://tools.ietf.org/html/rfc5389 |STUN (bis) RFC 5389]]
+ * [[http://tools.ietf.org/html/rfc5766 |TURN RFC 5766]]
[[http://farsight.freedesktop.org|Farsight]] is a complete streaming implementation that uses libnice.