Project

General

Profile

Blink-Features » History » Version 46

Adrian Georgescu, 06/08/2014 05:11 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
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
| Presence| Yes | Yes | Yes | SIP SIMPLE RLS|
10
| Contact List | Yes | Yes | Yes | SIP SIMPLE XCAP|
11 20 Adrian Georgescu
| Chat | Yes | Yes | Yes | MSRP protocol|
12
| File Transfer | Yes | Yes | Yes | MSRP protocol |
13
| Multimedia Conferencing | Yes | Yes | Yes | RTP and MSRP|
14
| NAT Traversal  | Yes | Yes | Yes | ICE & MSRP Relay |
15 28 Adrian Georgescu
| Screen sharing | Yes | UD | UD | VNC over MSRP |
16
| 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 46 Adrian Georgescu
| Multi-language | Yes  | No | No | |
20 37 Adrian Georgescu
21 30 Adrian Georgescu
* N/A = not applicable
22
* UD = under development
23 1 Adrian Georgescu
24 44 Adrian Georgescu
Complete RFC and standards listed here http://icanblink.com/standards.phtml
25
26 27 Adrian Georgescu
h2. Server Side (SylkServer)
27 20 Adrian Georgescu
28 23 Adrian Georgescu
|_. Component|_. Linux |_. Protocol |
29 43 Adrian Georgescu
| XMPP gateway | Yes | "IETF STOX":http://datatracker.ietf.org/wg/stox/|
30 20 Adrian Georgescu
| Multiparty Chat  | Yes | MSRP Switch|
31
| Multiparty Audio | Yes | RTP mixer|
32
| Multiparty File Transfer | Yes | MSRP|
33 33 Adrian Georgescu
| Multiparty Video |  | Colibri|
34 1 Adrian Georgescu
| Conference Participants  | Yes | RFC4575|  
35 38 Adrian Georgescu
36 44 Adrian Georgescu
Complete RFC and standards listed here http://sylkserver.com/features.phtml
37 22 Adrian Georgescu
38 45 Adrian Georgescu
The Presence Agent (RLS server) is provided by OpenSIPS, MSRP nat traversal by MSRP Relay and contact list by OpenXCAP. Ideally, these two components should be integrated in the server side for deployment at customer premisses.