Blink-Features

Version 43 (Adrian Georgescu, 06/08/2014 05:09 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 36 Adrian Georgescu
| Brand-able | Yes  | Yes | No | N/A |
18 37 Adrian Georgescu
| Packaging | DMG   | Installer | .deb | N/A|
19 35 Adrian Georgescu
| Multi-language | Yes  |  | | |
20 37 Adrian Georgescu
21 30 Adrian Georgescu
* Complete RFC and standards listed here http://icanblink.com/standards.phtml
22 30 Adrian Georgescu
* N/A = not applicable
23 30 Adrian Georgescu
* UD = under development
24 20 Adrian Georgescu
25 27 Adrian Georgescu
h2. Server Side (SylkServer)
26 20 Adrian Georgescu
27 23 Adrian Georgescu
|_. Component|_. Linux |_. Protocol |
28 43 Adrian Georgescu
| XMPP gateway | Yes | "IETF STOX":http://datatracker.ietf.org/wg/stox/|
29 20 Adrian Georgescu
| Multiparty Chat  | Yes | MSRP Switch|
30 20 Adrian Georgescu
| Multiparty Audio | Yes | RTP mixer|
31 20 Adrian Georgescu
| Multiparty File Transfer | Yes | MSRP|
32 33 Adrian Georgescu
| Multiparty Video |  | Colibri|
33 1 Adrian Georgescu
| Conference Participants  | Yes | RFC4575|  
34 38 Adrian Georgescu
35 38 Adrian Georgescu
* Complete RFC and standards listed here http://sylkserver.com/features.phtml
36 22 Adrian Georgescu
37 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.