summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-01 11:05:00 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-02-01 11:05:00 +0000
commitce95c071c2908374b1c3c6d2ea6cc2f30382d503 (patch)
tree19477b2c5f918a8c1e274a192b25ed0b09075685 /README
parent04b2d8b18388b972c21ddd9b82871d7d935dcfa3 (diff)
downloadlibnice-ce95c071c2908374b1c3c6d2ea6cc2f30382d503.tar.gz
README: update, tidy, cite standards
darcs-hash:20070201110539-c9803-54f34204ca72aed38a8a645f8f4f9ad6d781c315.gz
Diffstat (limited to 'README')
-rw-r--r--README35
1 files changed, 30 insertions, 5 deletions
diff --git a/README b/README
index 67f892d..2d88fe5 100644
--- a/README
+++ b/README
@@ -2,11 +2,11 @@
Nice: GLib ICE library
======================
-Copyright
----------
+Copyright and license
+---------------------
- (C) 2006, 2007 Collabora Ltd.
- (C) 2006, 2007 Nokia Corporation
+ (C) 2006, 2007 Collabora Ltd.
+ (C) 2006, 2007 Nokia Corporation
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the
@@ -31,7 +31,7 @@ Requirements
Limitations
-----------
- - ICE agent only supports passive operation
+ - only implements ICE Lite
- no support for RTCP
- no support for IPv6
@@ -44,3 +44,28 @@ Structure
agent/ - ICE agent
nice/ - libnice
+Relevant standards
+------------------
+
+These standards are relevant to nice's current implementation.
+
+ICE draft 13
+ http://tools.ietf.org/html/draft-ietf-mmusic-ice-13
+STUN
+ http://tools.ietf.org/html/rfc3489
+STUN bis (used by ICE)
+ http://tools.ietf.org/html/draft-ietf-behave-rfc3489bis-04
+RTP
+ http://tools.ietf.org/html/rfc3550
+XMPP Jingle ICE transport
+ http://www.xmpp.org/extensions/xep-0176.html
+
+In future, nice may additionally support the following standards.
+
+TURN
+ http://tools.ietf.org/html/draft-ietf-behave-turn-02
+NAT-PMP
+ http://files.dns-sd.org/draft-cheshire-nat-pmp.txt
+UPnP IGD
+ http://www.upnp.org/standardizeddcps/igd.asp
+