Project

General

Profile

SipFeatures » History » Version 23

Adrian Georgescu, 03/11/2009 07:15 AM

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