Project

General

Profile

Blink-Features » History » Version 39

Adrian Georgescu, 06/08/2014 05:08 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 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
* N/A = not applicable
23
* 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 39 Adrian Georgescu
| XMPP gateway | Yes | [[http://datatracker.ietf.org/wg/stox/|IETF STOX]]|
29 20 Adrian Georgescu
| Multiparty Chat  | Yes | MSRP Switch|
30
| Multiparty Audio | Yes | RTP mixer|
31
| 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
* 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.