SipFeatures

Version 4 (Adrian Georgescu, 02/22/2009 07:53 pm)

1 1 Adrian Georgescu
= Features =
2 1 Adrian Georgescu
3 2 Adrian Georgescu
[[TOC(WikiStart, Sip*, depth=2)]]
4 2 Adrian Georgescu
5 2 Adrian Georgescu
Additional to the SIP standards 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 4 Adrian Georgescu
== SIP ==
8 4 Adrian Georgescu
9 4 Adrian Georgescu
 * REGISTER
10 4 Adrian Georgescu
 * RFC 3263 DNS lookups
11 4 Adrian Georgescu
 * INVITE including re-INVITE
12 4 Adrian Georgescu
 * PRACK
13 4 Adrian Georgescu
 * BYE
14 4 Adrian Georgescu
 * CANCEL
15 4 Adrian Georgescu
 * PUBLISH
16 4 Adrian Georgescu
 * SUBSCRIBE
17 4 Adrian Georgescu
 * NOTIFY
18 4 Adrian Georgescu
 * OPTIONS
19 4 Adrian Georgescu
 * UDP/TCP/TLS
20 4 Adrian Georgescu
   
21 3 Adrian Georgescu
== Audio ==
22 1 Adrian Georgescu
23 4 Adrian Georgescu
 * Disable audio
24 3 Adrian Georgescu
 * Echo cancelation control
25 3 Adrian Georgescu
 * Hold
26 3 Adrian Georgescu
 * Mute
27 3 Adrian Georgescu
 * DTMF
28 3 Adrian Georgescu
 * ICE/STUN
29 3 Adrian Georgescu
30 3 Adrian Georgescu
== Presence ==
31 3 Adrian Georgescu
32 1 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]
33 1 Adrian Georgescu
 * Presence watcher-info event package [http://tools.ietf.org/html/rfc3857 RFC3857], [http://tools.ietf.org/html/rfc3858 RFC3858]
34 3 Adrian Georgescu
35 3 Adrian Georgescu
== XCAP ==
36 3 Adrian Georgescu
37 1 Adrian Georgescu
 * XCAP protocol [http://www.tools.ietf.org/html/rfc4825 RFC4825]
38 1 Adrian Georgescu
 * XCAP presence rules [http://www.tools.ietf.org/html/rfc5025 RFC5025]
39 1 Adrian Georgescu
 * XCAP resource-lists and RLS-services [http://www.tools.ietf.org/html/rfc4826 RFC4826]
40 1 Adrian Georgescu
 * XCAP PIDF manipulation [http://www.tools.ietf.org/html/rfc4827 RFC4827]
41 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]
42 3 Adrian Georgescu
43 3 Adrian Georgescu
== MSRP ==
44 3 Adrian Georgescu
45 1 Adrian Georgescu
 * MSRP protocol [http://tools.ietf.org/html/rfc4975 RFC4975]
46 1 Adrian Georgescu
 * MSRP protocol relay extension [http://tools.ietf.org/html/rfc4976 RFC4976]
47 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]
48 1 Adrian Georgescu
 * Message summary event package [http://tools.ietf.org/html/rfc3842 RFC3842]
49 3 Adrian Georgescu
50 3 Adrian Georgescu
== Conferencing ==
51 3 Adrian Georgescu
52 3 Adrian Georgescu
 * Conference event package [http://tools.ietf.org/html/rfc4575 RFC4575]
53 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]
54 3 Adrian Georgescu
55 3 Adrian Georgescu
== Other ==
56 3 Adrian Georgescu
57 3 Adrian Georgescu
 * Desktop sharing [http://tools.ietf.org/html/draft-garcia-mmusic-sdp-collaboration-00 draft-garcia-mmusic-sdp-collaboration-00]
58 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]