SipFeatures » History » Version 12
Adrian Georgescu, 02/22/2009 08:02 PM
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 | 4 | Adrian Georgescu | == SIP == |
8 | |||
9 | 9 | Adrian Georgescu | * REGISTER (client side) |
10 | 4 | Adrian Georgescu | * RFC 3263 DNS lookups |
11 | * INVITE including re-INVITE |
||
12 | * PRACK |
||
13 | * BYE |
||
14 | * CANCEL |
||
15 | 9 | Adrian Georgescu | * PUBLISH (client side) |
16 | * SUBSCRIBE (client side) |
||
17 | * NOTIFY (client side) |
||
18 | 1 | Adrian Georgescu | * OPTIONS (client side) |
19 | * UDP/TCP/TLS |
||
20 | 10 | Adrian Georgescu | |
21 | See http://pjsip.org for more details about each feature. |
||
22 | 4 | Adrian Georgescu | |
23 | 3 | Adrian Georgescu | == Audio == |
24 | 1 | Adrian Georgescu | |
25 | 4 | Adrian Georgescu | * Disable audio |
26 | 3 | Adrian Georgescu | * Echo cancelation control |
27 | 6 | Adrian Georgescu | * Hold/On-hold |
28 | 1 | Adrian Georgescu | * DTMF |
29 | 3 | Adrian Georgescu | * ICE/STUN |
30 | 6 | Adrian Georgescu | * Codecs: speex (wideband), g711, ilbc, gsm, g722 |
31 | 3 | Adrian Georgescu | |
32 | == Presence == |
||
33 | |||
34 | 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] |
35 | * Presence watcher-info event package [http://tools.ietf.org/html/rfc3857 RFC3857], [http://tools.ietf.org/html/rfc3858 RFC3858] |
||
36 | 3 | Adrian Georgescu | |
37 | == XCAP == |
||
38 | |||
39 | 1 | Adrian Georgescu | * XCAP protocol [http://www.tools.ietf.org/html/rfc4825 RFC4825] |
40 | * XCAP presence rules [http://www.tools.ietf.org/html/rfc5025 RFC5025] |
||
41 | * XCAP resource-lists and RLS-services [http://www.tools.ietf.org/html/rfc4826 RFC4826] |
||
42 | * XCAP PIDF manipulation [http://www.tools.ietf.org/html/rfc4827 RFC4827] |
||
43 | * XCAP-diff event package [http://www.ietf.org/internet-drafts/draft-ietf-simple-xcap-diff-09.txt draft-ietf-simple-xcap-diff-09] |
||
44 | 12 | Adrian Georgescu | * TCP and TLS transports |
45 | 3 | Adrian Georgescu | |
46 | == MSRP == |
||
47 | |||
48 | 1 | Adrian Georgescu | * MSRP protocol [http://tools.ietf.org/html/rfc4975 RFC4975] |
49 | * MSRP protocol relay extension [http://tools.ietf.org/html/rfc4976 RFC4976] |
||
50 | * MSRP file transfer [http://tools.ietf.org/html/draft-ietf-mmusic-file-transfer-mech-11 draft-ietf-mmusic-file-transfer-mech-11] |
||
51 | * Message summary event package [http://tools.ietf.org/html/rfc3842 RFC3842] |
||
52 | 12 | Adrian Georgescu | * TCP and TLS transports |
53 | 3 | Adrian Georgescu | |
54 | == Conferencing == |
||
55 | |||
56 | * Conference event package [http://tools.ietf.org/html/rfc4575 RFC4575] |
||
57 | * MSRP ad-hoc multi-party chat sessions [http://tools.ietf.org/html/draft-ietf-simple-chat-03 draft-ietf-simple-chat-03] |
||
58 | |||
59 | 7 | Adrian Georgescu | == Others == |
60 | 3 | Adrian Georgescu | |
61 | 11 | Adrian Georgescu | * Desktop sharing, variation of [http://tools.ietf.org/html/draft-garcia-mmusic-sdp-collaboration-00 draft-garcia-mmusic-sdp-collaboration-00] |
62 | 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] |