Blink-Features

Version 33 (Adrian Georgescu, 06/08/2014 05:04 pm)

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