Blink-Features

Version 54 (Adrian Georgescu, 06/08/2014 05:23 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 50 Adrian Georgescu
|_. Component|_. Mac OSX |_. Windows |_. Linux|_. Description |
8 25 Adrian Georgescu
| Presence| Yes | Yes | Yes | SIP SIMPLE RLS|
9 1 Adrian Georgescu
| Contact List | Yes | Yes | Yes | SIP SIMPLE XCAP|
10 51 Adrian Georgescu
| Audio|  Yes | Yes | Yes | RTP Opus codec |
11 54 Adrian Georgescu
| Audio Encryption | Yes | Yes | Yes | sRTP|
12 20 Adrian Georgescu
| Chat | Yes | Yes | Yes | MSRP protocol|
13 54 Adrian Georgescu
| Chat Encryption | Yes | Yes | Yes | TLS, OTR|
14 53 Adrian Georgescu
| File Transfer | Yes | Yes | Yes | MSRP protocol |
15 1 Adrian Georgescu
| Multiparty Conferencing | Yes | Yes | Yes | RTP and MSRP|
16 54 Adrian Georgescu
| NAT Traversal  | Yes | Yes | Yes | RTP ICE & MSRP Relay |
17 28 Adrian Georgescu
| Screen sharing | Yes | UD | UD | VNC over MSRP |
18 28 Adrian Georgescu
| Video | Yes   | UD  | UD  | RTP H.264 codec|
19 36 Adrian Georgescu
| Brand-able | Yes  | Yes | No | N/A |
20 37 Adrian Georgescu
| Packaging | DMG   | Installer | .deb | N/A|
21 49 Adrian Georgescu
| Multi-language | Yes  | No | No | N/A|
22 37 Adrian Georgescu
23 30 Adrian Georgescu
* N/A = not applicable
24 30 Adrian Georgescu
* UD = under development
25 1 Adrian Georgescu
26 44 Adrian Georgescu
Complete RFC and standards listed here http://icanblink.com/standards.phtml
27 44 Adrian Georgescu
28 27 Adrian Georgescu
h2. Server Side (SylkServer)
29 20 Adrian Georgescu
30 23 Adrian Georgescu
|_. Component|_. Linux |_. Protocol |
31 53 Adrian Georgescu
| Multiparty Audio Conferencing| Yes | RTP mixer|
32 53 Adrian Georgescu
| Multiparty Chat Conferencing| Yes | MSRP Switch|
33 20 Adrian Georgescu
| Multiparty File Transfer | Yes | MSRP|
34 53 Adrian Georgescu
| Multiparty Video Conferencing | No | Colibri|
35 53 Adrian Georgescu
| Conference Participants | Yes | RFC4575|  
36 48 Adrian Georgescu
| XMPP gateway | Yes | "IETF STOX":http://datatracker.ietf.org/wg/stox/|
37 38 Adrian Georgescu
38 44 Adrian Georgescu
Complete RFC and standards listed here http://sylkserver.com/features.phtml
39 22 Adrian Georgescu
40 52 Adrian Georgescu
Presence Agent (RLS) is provided by OpenSIPS, MSRP NAT traversal by MSRPRelay and contact-list by OpenXCAP. Ideally, these components should be integrated in SylkServer for zero-configuration deployment at customer premisses.