SipFeatures

Version 86 (Adrian Georgescu, 12/01/2009 03:24 pm)

1 78 Adrian Georgescu
= Library  Features =
2 1 Adrian Georgescu
3 2 Adrian Georgescu
[[TOC(WikiStart, Sip*, depth=2)]]
4 2 Adrian Georgescu
5 83 Adrian Georgescu
SIP SIMPLE client is a Software Development Kit for easy development of Real Time Applications based on SIP and related protocols for Presence, Audio, Instant Messaging (IM), File Transfers and Desktop Sharing. Other media types can be easily added by using an extensible high-level API.
6 49 Adrian Georgescu
7 85 Adrian Georgescu
The software library has undergone several interoperability tests at [http://sipit.net SIPIT] and is of industry strength quality. 
8 85 Adrian Georgescu
9 80 Adrian Georgescu
== General Features ==
10 1 Adrian Georgescu
11 26 Adrian Georgescu
 * Written in Python language
12 79 Adrian Georgescu
 * Non-blocking asynchronous design
13 79 Adrian Georgescu
 * Event driven Application Programming Interface
14 54 Adrian Georgescu
 * TLS security for both signaling (SIP) and media planes (MSRP, XCAP)
15 53 Adrian Georgescu
 * Fail-over for DNS lookups, SIP next hop routing and MSRP relay reservation 
16 48 Adrian Georgescu
 * Multiple SIP accounts support
17 75 Adrian Georgescu
 * Multiple media types per session (e.g. Audio + Instant Messaging + Desktop Sharing)
18 1 Adrian Georgescu
 * Multiple active session support with add/remove of media within same session
19 75 Adrian Georgescu
 * Compatible with SIMPLE functionality of OpenSIPS and OpenXCAP servers
20 1 Adrian Georgescu
 * Trace capability for all underlying protocols
21 79 Adrian Georgescu
 * Cross platform (Linux, OSX, Windows)
22 75 Adrian Georgescu
23 76 Adrian Georgescu
== Location Discovery ==
24 75 Adrian Georgescu
25 75 Adrian Georgescu
 * [http://tools.ietf.org/html/rfc3263 RFC3263] next hop resolution lookup
26 1 Adrian Georgescu
 * Bonjour multicast DNS [http://tools.ietf.org/html/draft-lee-sip-dns-sd-uri-03]
27 81 Adrian Georgescu
 * Other lookup mechanisms can be easily added (e.g. P2PSIP or DHT)
28 1 Adrian Georgescu
29 76 Adrian Georgescu
The library uses a separated from the core lookup mechanism for the next hop routing. This important feature allows the library to be used for building SIP clients that operate in combination with any SIP provider (by employing RFC 3263 DNS lookups), in a server-less LAN operation (using Bonjour protocol) or integrated into a network overlay developed by a third party (e.g. P2PSIP overlay).
30 75 Adrian Georgescu
31 76 Adrian Georgescu
== SIP Transport ==
32 76 Adrian Georgescu
33 61 Adrian Georgescu
 * Session Initiation Protocol [http://tools.ietf.org/html/rfc3261 RFC3261] 
34 75 Adrian Georgescu
 * Support for UDP, TCP  and TLS transports
35 1 Adrian Georgescu
36 76 Adrian Georgescu
== SDP Negotiation ==
37 1 Adrian Georgescu
38 69 Adrian Georgescu
 * Session Description Protocol [http://tools.ietf.org/html/rfc4566 RFC4566] 
39 69 Adrian Georgescu
 * An Offer/Answer Model with Session Description Protocol (SDP) [http://tools.ietf.org/html/rfc4566 RFC4566] 
40 1 Adrian Georgescu
 * Support of re-INVITE for adding and removing media streams
41 1 Adrian Georgescu
42 46 Adrian Georgescu
Supported media types:
43 67 Adrian Georgescu
44 1 Adrian Georgescu
 * Audio (RTP/sRTP with or without ICE and STUN)
45 69 Adrian Georgescu
 * Instant messaging over MSRP (with or without MSRP relay support)
46 20 Adrian Georgescu
 * File transfer over MSRP (with or without MSRP relay support)
47 69 Adrian Georgescu
 * Desktop sharing (VNC over MSRP)
48 71 Adrian Georgescu
49 69 Adrian Georgescu
All media can be combined together in the same SIP session.
50 69 Adrian Georgescu
51 76 Adrian Georgescu
== NAT Traversal ==
52 69 Adrian Georgescu
53 69 Adrian Georgescu
The client library support best NAT traversal techniques available today:
54 69 Adrian Georgescu
55 86 Adrian Georgescu
 * IM and File Transfer: MSRP protocol relay extension [http://tools.ietf.org/html/rfc4976 RFC4976]
56 86 Adrian Georgescu
 * Audio: STUN - Simple Traversal of User Datagram Protocol (UDP) Through Network Address Translators (NATs)  [http://tools.ietf.org/html/rfc3489 RFC3489] and Interactive Connectivity Establishment (ICE): A Methodology for NAT Traversal for Offer/Answer Protocols  [http://www.ietf.org/internet-drafts/draft-ietf-mmusic-ice-19.txt draft-ietf-mmusic-ice-19]
57 86 Adrian Georgescu
 * SIP Signaling: Symmetric Response Routing Symmetric media [http://tools.ietf.org/html/rfc3581 RFC3581] and Keep-alive
58 69 Adrian Georgescu
  
59 65 Adrian Georgescu
== Audio ==
60 1 Adrian Georgescu
61 69 Adrian Georgescu
 * A Transport Protocol for Real-Time Applications [http://tools.ietf.org/html/rfc3550 RFC3550]
62 69 Adrian Georgescu
 * Real Time Control Protocol (RTCP) attribute in Session Description Protocol (SDP) [http://tools.ietf.org/html/rfc3605 RFC3605]
63 69 Adrian Georgescu
 * Generation and parsing of RFC 2833/telephone-events payload in both RTP and SDP [http://tools.ietf.org/html/rfc2833 RFC2833]
64 1 Adrian Georgescu
 * The Secure Real-time Transport Protocol (SRTP)  [http://tools.ietf.org/html/rfc3711 RFC3711]
65 1 Adrian Georgescu
 * Echo cancelation control
66 70 Adrian Georgescu
 * Hold
67 77 Adrian Georgescu
 * DTMF tone generator
68 70 Adrian Georgescu
 * Conference bridge
69 70 Adrian Georgescu
 * Wav player and recorder
70 3 Adrian Georgescu
 * RTP timeout detection
71 18 Adrian Georgescu
 * Codecs: speex, g711, ilbc, gsm, g722
72 65 Adrian Georgescu
73 55 Adrian Georgescu
== Presence ==
74 3 Adrian Georgescu
75 69 Adrian Georgescu
 * SIP Specific Event Notification [http://tools.ietf.org/html/rfc3265 RFC3265]
76 3 Adrian Georgescu
 * Presence data model [http://tools.ietf.org/html/rfc3863 RFC3863], [http://tools.ietf.org/html/rfc3379 RFC3379], [http://tools.ietf.org/html/rfc4479 RFC4479]
77 63 Adrian Georgescu
 * Rich presence extensions [http://tools.ietf.org/html/rfc4480 RFC4480], [http://tools.ietf.org/html/rfc4481 RFC4481], [http://tools.ietf.org/html/rfc4482 RFC4482], [http://tools.ietf.org/html/rfc5196 RFC5196]
78 66 Adrian Georgescu
 * Watcher-info [http://tools.ietf.org/html/rfc3857 RFC3857], [http://tools.ietf.org/html/rfc3858 RFC3858]
79 64 Adrian Georgescu
 * Policy [http://www.tools.ietf.org/html/rfc4745 RFC4745]  
80 64 Adrian Georgescu
 * XCAP protocol [http://www.tools.ietf.org/html/rfc4825 RFC4825]
81 1 Adrian Georgescu
 * Presence rules [http://www.tools.ietf.org/html/rfc5025 RFC5025]
82 63 Adrian Georgescu
 * Resource-lists [http://www.tools.ietf.org/html/rfc4826 RFC4826]
83 63 Adrian Georgescu
 * RLS-services [http://www.tools.ietf.org/html/rfc4826 RFC4826]
84 63 Adrian Georgescu
 * PIDF manipulation [http://www.tools.ietf.org/html/rfc4827 RFC4827]
85 63 Adrian Georgescu
 * xcap-diff [http://www.ietf.org/internet-drafts/draft-ietf-simple-xcap-diff-09.txt draft-ietf-simple-xcap-diff-09]
86 68 Adrian Georgescu
87 58 Adrian Georgescu
== Instant Messaging ==
88 1 Adrian Georgescu
89 73 Adrian Georgescu
 * Common Presence and Instant Messaging (CPIM): [http://tools.ietf.org/html/rfc3862 RFC 3862]
90 69 Adrian Georgescu
 * Session Initiation Protocol (SIP) Extension for Instant Messaging  [http://tools.ietf.org/html/rfc3428 RFC3428]
91 1 Adrian Georgescu
 * MSRP protocol [http://tools.ietf.org/html/rfc4975 RFC4975]
92 1 Adrian Georgescu
 * Indication of Message Composition for Instant Messaging [http://tools.ietf.org/html/rfc3994 RFC3994]
93 77 Adrian Georgescu
 * Message summary event package [http://tools.ietf.org/html/rfc3842 RFC3842]
94 1 Adrian Georgescu
95 77 Adrian Georgescu
== File Transfer ==
96 1 Adrian Georgescu
97 69 Adrian Georgescu
 * MSRP file transfer [http://tools.ietf.org/html/rfc5547 RFC5547]
98 1 Adrian Georgescu
99 77 Adrian Georgescu
== Desktop Sharing ==
100 76 Adrian Georgescu
101 84 Adrian Georgescu
 * Variation of [http://tools.ietf.org/html/draft-garcia-mmusic-sdp-collaboration-00 draft-garcia-mmusic-sdp-collaboration-00] using RFB over MSRP
102 76 Adrian Georgescu
103 1 Adrian Georgescu
== Conferencing ==
104 1 Adrian Georgescu
105 1 Adrian Georgescu
 * Conference event package [http://tools.ietf.org/html/rfc4575 RFC4575]
106 84 Adrian Georgescu
 * MSRP ad-hoc multi-party chat sessions [http://tools.ietf.org/html/draft-ietf-simple-chat-05 draft-ietf-simple-chat-05]