Blink-Features

Version 28 (Adrian Georgescu, 06/08/2014 05:01 pm)

1 26 Adrian Georgescu
h1. Microsoft Lync replacement checklist
2 1 Adrian Georgescu
3 27 Adrian Georgescu
h2. Client Side (Blink)
4 20 Adrian Georgescu
5 23 Adrian Georgescu
|_. Component|_. Mac OSX |_. Windows |_. Linux|_. Protocol |
6 25 Adrian Georgescu
| Audio|  Yes | Yes | Yes | RTP Opus codec |
7 25 Adrian Georgescu
| Presence| Yes | Yes | Yes | SIP SIMPLE RLS|
8 25 Adrian Georgescu
| Contact List | Yes | Yes | Yes | SIP SIMPLE XCAP|
9 20 Adrian Georgescu
| Chat | Yes | Yes | Yes | MSRP protocol|
10 20 Adrian Georgescu
| File Transfer | Yes | Yes | Yes | MSRP protocol |
11 20 Adrian Georgescu
| Multimedia Conferencing | Yes | Yes | Yes | RTP and MSRP|
12 20 Adrian Georgescu
| NAT Traversal  | Yes | Yes | Yes | ICE & MSRP Relay |
13 28 Adrian Georgescu
| Screen sharing | Yes | UD | UD | VNC over MSRP |
14 28 Adrian Georgescu
| Video | Yes   | UD  | UD  | RTP H.264 codec|
15 24 Adrian Georgescu
| Packaging | DMG   | Installer | .deb | OS dependent|
16 20 Adrian Georgescu
17 20 Adrian Georgescu
18 27 Adrian Georgescu
h2. Server Side (SylkServer)
19 20 Adrian Georgescu
20 23 Adrian Georgescu
|_. Component|_. Linux |_. Protocol |
21 20 Adrian Georgescu
| XMPP gateway | Yes | IETF STOX WG|
22 20 Adrian Georgescu
| Multiparty Chat  | Yes | MSRP Switch|
23 20 Adrian Georgescu
| Multiparty Audio | Yes | RTP mixer|
24 20 Adrian Georgescu
| Multiparty File Transfer | Yes | MSRP|
25 21 Adrian Georgescu
| Conference Participants  | Yes | RFC4575|  
26 1 Adrian Georgescu
27 22 Adrian Georgescu
The Presence Agent is provided by OpenSIPS. Contact List is provided by OpenXCAP. Ideally, these components should be integrated in the server side.
28 9 Adrian Georgescu
29 22 Adrian Georgescu
 * Complete RFC and standards listed here http://icanblink.com/standards.phtml
30 22 Adrian Georgescu
 * N/A = not applicable