Project

General

Profile

Blink-Features » History » Version 32

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
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 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
* N/A = not applicable
21
* 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
| Multiparty Chat  | Yes | MSRP Switch|
28
| Multiparty Audio | Yes | RTP mixer|
29
| Multiparty File Transfer | Yes | MSRP|
30 9 Adrian Georgescu
| Conference Participants  | Yes | RFC4575|  
31 22 Adrian Georgescu
32 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.