version 0.1.3
[sipe-libnice.git] / README
blob78a30f8350f220e250c3a7ae504035587beb2651
2 Nice: GLib ICE library
3 ======================
5 Copyright
6 ---------
8  (C) 2006-2011 Collabora Ltd.
9  (C) 2006-2011 Nokia Corporation
11 License
12 -------
14 See the file COPYING.
16 Requirements
17 ------------
19  glib >= 2.10
20  pkg-config
21  gupnp-igd >= 0.1.2 (optional)
22  gstreamer-0.10 >= 0.10.0 (optional)
24 Structure
25 ---------
27  agent/   - ICE agent
28  docs/    - Design and API documentation
29  gst/     - Gstreamer elements
30  nice/    - libnice library
31  random/  - random number generation
32  socket/  - Socket abstraction layer
33  stun/    - STUN implementation
34  tests/   - Unit tests
36 Relevant standards
37 ------------------
39 These standards are relevant to nice's current implementation.
41 ICE draft 15
42   http://tools.ietf.org/html/rfc5245
43 STUN
44   http://tools.ietf.org/html/rfc3489
45   http://tools.ietf.org/html/rfc5389
46 TURN 
47   http://tools.ietf.org/html/rfc5766
48 RTP
49   http://tools.ietf.org/html/rfc3550
50 XMPP Jingle ICE transport
51   http://www.xmpp.org/extensions/xep-0176.html
53 In future, nice may additionally support the following standards.
55 NAT-PMP
56   http://files.dns-sd.org/draft-cheshire-nat-pmp.txt