summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2011-05-24 17:20:01 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2011-05-24 17:20:01 -0400
commit67de01c9a1e8642bc0a327d9311a48e542114a1b (patch)
tree0d003e3b45898f255877f3dd4b5cb1bde2c4ae44 /README
parentbf743cfb264a06c9c644bcea68d4215f60edf230 (diff)
downloadlibnice-67de01c9a1e8642bc0a327d9311a48e542114a1b.tar.gz
Updating README file
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 11 insertions, 16 deletions
diff --git a/README b/README
index b0c0844..78a30f8 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ Nice: GLib ICE library
Copyright
---------
- (C) 2006, 2007 Collabora Ltd.
- (C) 2006, 2007 Nokia Corporation
+ (C) 2006-2011 Collabora Ltd.
+ (C) 2006-2011 Nokia Corporation
License
-------
@@ -18,25 +18,20 @@ Requirements
glib >= 2.10
pkg-config
-
-Limitations
------------
-
- - only implements ICE Lite
- - no support for RTCP
- - no support for IPv6
+ gupnp-igd >= 0.1.2 (optional)
+ gstreamer-0.10 >= 0.10.0 (optional)
Structure
---------
- docs/ - design documentation
- address/ - IP address convenience library
- local/ - local address gathering code
+ agent/ - ICE agent
+ docs/ - Design and API documentation
+ gst/ - Gstreamer elements
+ nice/ - libnice library
random/ - random number generation
+ socket/ - Socket abstraction layer
stun/ - STUN implementation
- udp/ - UDP abstraction layer
- agent/ - ICE agent
- nice/ - libnice
+ tests/ - Unit tests
Relevant standards
------------------
@@ -44,7 +39,7 @@ Relevant standards
These standards are relevant to nice's current implementation.
ICE draft 15
- http://tools.ietf.org/wg/mmusic/draft-ietf-mmusic-ice/
+ http://tools.ietf.org/html/rfc5245
STUN
http://tools.ietf.org/html/rfc3489
http://tools.ietf.org/html/rfc5389