SipFeatures

Version 28 (Adrian Georgescu, 03/14/2009 09:35 am)

1 24 Adrian Georgescu
= Library features =
2 1 Adrian Georgescu
3 2 Adrian Georgescu
[[TOC(WikiStart, Sip*, depth=2)]]
4 2 Adrian Georgescu
5 8 Adrian Georgescu
Additional to a selected lists of SIP features implemented by the underlying PJSIP library and exposes through a Python API, this project implements session based instant messaging (IM), file transfer and multi-party chat sessions using MSRP protocol and its relay extension, publication and subscription for rich presence information such as availability, moods, activities and geo-location, management for presence rules, resource lists, RLS services documents using XCAP protocol.
6 2 Adrian Georgescu
7 26 Adrian Georgescu
== General  ==
8 1 Adrian Georgescu
9 26 Adrian Georgescu
 * Written in Python language
10 26 Adrian Georgescu
 * Event driven middleware
11 1 Adrian Georgescu
 * Multiple accounts support
12 28 Adrian Georgescu
 * NAT traversal using ICE
13 26 Adrian Georgescu
 * Cross platform
14 26 Adrian Georgescu
15 26 Adrian Georgescu
== SIP transport ==
16 26 Adrian Georgescu
17 27 Adrian Georgescu
 * UDP/TCP/TLS transport
18 1 Adrian Georgescu
 * RFC 3263 DNS lookups
19 22 Adrian Georgescu
 * SIP trace
20 1 Adrian Georgescu
21 22 Adrian Georgescu
== SDP negotiation ==
22 20 Adrian Georgescu
23 20 Adrian Georgescu
Supported media types:
24 20 Adrian Georgescu
25 21 Adrian Georgescu
 * Audio (with or without ICE and STUN)
26 23 Adrian Georgescu
 * Instant messaging over MSRP (with or without MSRP relay support)
27 23 Adrian Georgescu
 * File transfer over MSRP (with or without MSRP relay support)
28 23 Adrian Georgescu
 * Desktop sharing (VNC over MSRP)
29 20 Adrian Georgescu
30 21 Adrian Georgescu
Except MSRP file transfer, all other media types can be combined together.
31 20 Adrian Georgescu
32 22 Adrian Georgescu
=== SIP Methods  ===
33 4 Adrian Georgescu
34 20 Adrian Georgescu
 * REGISTER (client side only, with or without STUN)
35 1 Adrian Georgescu
 * INVITE
36 1 Adrian Georgescu
 * PRACK
37 1 Adrian Georgescu
 * ACK
38 1 Adrian Georgescu
 * BYE
39 20 Adrian Georgescu
 * re-INVITE (hold/un-hold, adding and removing media)
40 16 Adrian Georgescu
 * CANCEL
41 9 Adrian Georgescu
 * MESSAGE
42 20 Adrian Georgescu
 * PUBLISH (client side only)
43 20 Adrian Georgescu
 * SUBSCRIBE (client side only)
44 20 Adrian Georgescu
 * NOTIFY (client side only)
45 20 Adrian Georgescu
 * OPTIONS (client side only)
46 3 Adrian Georgescu
   
47 1 Adrian Georgescu
== Audio ==
48 4 Adrian Georgescu
49 3 Adrian Georgescu
 * Disable audio
50 6 Adrian Georgescu
 * Echo cancelation control
51 1 Adrian Georgescu
 * Hold/On-hold
52 3 Adrian Georgescu
 * DTMF
53 6 Adrian Georgescu
 * ICE/STUN
54 13 Adrian Georgescu
 * Codecs: speex (wideband), g711, ilbc, gsm, g722
55 3 Adrian Georgescu
 * sRTP
56 18 Adrian Georgescu
57 3 Adrian Georgescu
== Presence ==
58 1 Adrian Georgescu
59 3 Adrian Georgescu
 * Rich presence data model [http://tools.ietf.org/html/rfc3856 RFC3856], [http://tools.ietf.org/html/rfc3863 RFC3863 ], [http://tools.ietf.org/html/rfc4479 RFC4479], [http://tools.ietf.org/html/rfc4481 RFC4481], [http://tools.ietf.org/html/rfc4482 RFC4482], [http://tools.ietf.org/html/rfc5196 RFC5196]
60 1 Adrian Georgescu
 * Presence watcher-info event package [http://tools.ietf.org/html/rfc3857 RFC3857], [http://tools.ietf.org/html/rfc3858 RFC3858]
61 1 Adrian Georgescu
 * XCAP protocol [http://www.tools.ietf.org/html/rfc4825 RFC4825]
62 1 Adrian Georgescu
 * XCAP presence rules [http://www.tools.ietf.org/html/rfc5025 RFC5025]
63 1 Adrian Georgescu
 * XCAP resource-lists and RLS-services [http://www.tools.ietf.org/html/rfc4826 RFC4826]
64 1 Adrian Georgescu
 * XCAP PIDF manipulation [http://www.tools.ietf.org/html/rfc4827 RFC4827]
65 1 Adrian Georgescu
 * XCAP-diff event package [http://www.ietf.org/internet-drafts/draft-ietf-simple-xcap-diff-09.txt draft-ietf-simple-xcap-diff-09]
66 16 Adrian Georgescu
 * TCP and TLS transports
67 3 Adrian Georgescu
 * XCAP trace capability
68 3 Adrian Georgescu
69 3 Adrian Georgescu
== MSRP ==
70 1 Adrian Georgescu
71 1 Adrian Georgescu
 * MSRP protocol [http://tools.ietf.org/html/rfc4975 RFC4975]
72 1 Adrian Georgescu
 * MSRP protocol relay extension [http://tools.ietf.org/html/rfc4976 RFC4976]
73 1 Adrian Georgescu
 * MSRP file transfer [http://tools.ietf.org/html/draft-ietf-mmusic-file-transfer-mech-11 draft-ietf-mmusic-file-transfer-mech-11]
74 1 Adrian Georgescu
 * Message summary event package [http://tools.ietf.org/html/rfc3842 RFC3842]
75 16 Adrian Georgescu
 * TCP and TLS transports
76 3 Adrian Georgescu
 * MSRP trace capability
77 3 Adrian Georgescu
78 3 Adrian Georgescu
== Conferencing ==
79 3 Adrian Georgescu
80 3 Adrian Georgescu
 * Conference event package [http://tools.ietf.org/html/rfc4575 RFC4575]
81 3 Adrian Georgescu
 * MSRP ad-hoc multi-party chat sessions [http://tools.ietf.org/html/draft-ietf-simple-chat-03 draft-ietf-simple-chat-03]
82 7 Adrian Georgescu
83 22 Adrian Georgescu
== Other ==
84 11 Adrian Georgescu
85 1 Adrian Georgescu
 * Desktop sharing, variation of [http://tools.ietf.org/html/draft-garcia-mmusic-sdp-collaboration-00 draft-garcia-mmusic-sdp-collaboration-00]
86 1 Adrian Georgescu
 * Bonjour multicast DNS [http://www.ietf.org/internet-drafts/draft-lee-sip-dns-sd-uri-03.txt draft-lee-sip-dns-sd-uri-03]