Project

General

Profile

SipFeatures » History » Version 25

Adrian Georgescu, 03/12/2009 10:01 PM

1 24 Adrian Georgescu
= Library features =
2 1 Adrian Georgescu
3 2 Adrian Georgescu
[[TOC(WikiStart, Sip*, depth=2)]]
4
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 22 Adrian Georgescu
== SIP transport ==
8 4 Adrian Georgescu
9 25 Adrian Georgescu
 * Multiple accounts support
10 22 Adrian Georgescu
 * UDP/TCP/TLS 
11 1 Adrian Georgescu
 * RFC 3263 DNS lookups
12 22 Adrian Georgescu
 * SIP trace
13 1 Adrian Georgescu
14 22 Adrian Georgescu
== SDP negotiation ==
15 20 Adrian Georgescu
16
Supported media types:
17
18 21 Adrian Georgescu
 * Audio (with or without ICE and STUN)
19 23 Adrian Georgescu
 * Instant messaging over MSRP (with or without MSRP relay support)
20
 * File transfer over MSRP (with or without MSRP relay support)
21
 * Desktop sharing (VNC over MSRP)
22 20 Adrian Georgescu
23 21 Adrian Georgescu
Except MSRP file transfer, all other media types can be combined together.
24 20 Adrian Georgescu
25 22 Adrian Georgescu
=== SIP Methods  ===
26 4 Adrian Georgescu
27 20 Adrian Georgescu
 * REGISTER (client side only, with or without STUN)
28 1 Adrian Georgescu
 * INVITE
29
 * PRACK
30
 * ACK
31
 * BYE
32 20 Adrian Georgescu
 * re-INVITE (hold/un-hold, adding and removing media)
33 16 Adrian Georgescu
 * CANCEL
34 9 Adrian Georgescu
 * MESSAGE
35 20 Adrian Georgescu
 * PUBLISH (client side only)
36
 * SUBSCRIBE (client side only)
37
 * NOTIFY (client side only)
38
 * OPTIONS (client side only)
39 3 Adrian Georgescu
   
40 1 Adrian Georgescu
== Audio ==
41 4 Adrian Georgescu
42 3 Adrian Georgescu
 * Disable audio
43 6 Adrian Georgescu
 * Echo cancelation control
44 1 Adrian Georgescu
 * Hold/On-hold
45 3 Adrian Georgescu
 * DTMF
46 6 Adrian Georgescu
 * ICE/STUN
47 13 Adrian Georgescu
 * Codecs: speex (wideband), g711, ilbc, gsm, g722
48 3 Adrian Georgescu
 * sRTP
49 18 Adrian Georgescu
50 3 Adrian Georgescu
== Presence ==
51 1 Adrian Georgescu
52 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]
53 1 Adrian Georgescu
 * Presence watcher-info event package [http://tools.ietf.org/html/rfc3857 RFC3857], [http://tools.ietf.org/html/rfc3858 RFC3858]
54
 * XCAP protocol [http://www.tools.ietf.org/html/rfc4825 RFC4825]
55
 * XCAP presence rules [http://www.tools.ietf.org/html/rfc5025 RFC5025]
56
 * XCAP resource-lists and RLS-services [http://www.tools.ietf.org/html/rfc4826 RFC4826]
57
 * XCAP PIDF manipulation [http://www.tools.ietf.org/html/rfc4827 RFC4827]
58
 * XCAP-diff event package [http://www.ietf.org/internet-drafts/draft-ietf-simple-xcap-diff-09.txt draft-ietf-simple-xcap-diff-09]
59 16 Adrian Georgescu
 * TCP and TLS transports
60 3 Adrian Georgescu
 * XCAP trace capability
61
62
== MSRP ==
63 1 Adrian Georgescu
64
 * MSRP protocol [http://tools.ietf.org/html/rfc4975 RFC4975]
65
 * MSRP protocol relay extension [http://tools.ietf.org/html/rfc4976 RFC4976]
66
 * MSRP file transfer [http://tools.ietf.org/html/draft-ietf-mmusic-file-transfer-mech-11 draft-ietf-mmusic-file-transfer-mech-11]
67
 * Message summary event package [http://tools.ietf.org/html/rfc3842 RFC3842]
68 16 Adrian Georgescu
 * TCP and TLS transports
69 3 Adrian Georgescu
 * MSRP trace capability
70
71
== Conferencing ==
72
73
 * Conference event package [http://tools.ietf.org/html/rfc4575 RFC4575]
74
 * MSRP ad-hoc multi-party chat sessions [http://tools.ietf.org/html/draft-ietf-simple-chat-03 draft-ietf-simple-chat-03]
75 7 Adrian Georgescu
76 22 Adrian Georgescu
== Other ==
77 11 Adrian Georgescu
78 1 Adrian Georgescu
 * Desktop sharing, variation of [http://tools.ietf.org/html/draft-garcia-mmusic-sdp-collaboration-00 draft-garcia-mmusic-sdp-collaboration-00]
79
 * Bonjour multicast DNS [http://www.ietf.org/internet-drafts/draft-lee-sip-dns-sd-uri-03.txt draft-lee-sip-dns-sd-uri-03]