Project

General

Profile

Blink-Features » History » Version 30

Adrian Georgescu, 06/08/2014 05:02 PM

1 26 Adrian Georgescu
h1. Microsoft Lync replacement checklist
2 1 Adrian Georgescu
3 27 Adrian Georgescu
h2. Client Side (Blink)
4 20 Adrian Georgescu
5 23 Adrian Georgescu
|_. Component|_. Mac OSX |_. Windows |_. Linux|_. Protocol |
6 25 Adrian Georgescu
| Audio|  Yes | Yes | Yes | RTP Opus codec |
7
| Presence| Yes | Yes | Yes | SIP SIMPLE RLS|
8
| Contact List | Yes | Yes | Yes | SIP SIMPLE XCAP|
9 20 Adrian Georgescu
| Chat | Yes | Yes | Yes | MSRP protocol|
10
| File Transfer | Yes | Yes | Yes | MSRP protocol |
11
| Multimedia Conferencing | Yes | Yes | Yes | RTP and MSRP|
12
| NAT Traversal  | Yes | Yes | Yes | ICE & MSRP Relay |
13 28 Adrian Georgescu
| Screen sharing | Yes | UD | UD | VNC over MSRP |
14
| Video | Yes   | UD  | UD  | RTP H.264 codec|
15 24 Adrian Georgescu
| Packaging | DMG   | Installer | .deb | OS dependent|
16 20 Adrian Georgescu
17 30 Adrian Georgescu
* Complete RFC and standards listed here http://icanblink.com/standards.phtml
18
* N/A = not applicable
19
* UD = under development
20 20 Adrian Georgescu
21 27 Adrian Georgescu
h2. Server Side (SylkServer)
22 20 Adrian Georgescu
23 23 Adrian Georgescu
|_. Component|_. Linux |_. Protocol |
24 20 Adrian Georgescu
| XMPP gateway | Yes | IETF STOX WG|
25
| Multiparty Chat  | Yes | MSRP Switch|
26
| Multiparty Audio | Yes | RTP mixer|
27
| Multiparty File Transfer | Yes | MSRP|
28 9 Adrian Georgescu
| Conference Participants  | Yes | RFC4575|  
29 22 Adrian Georgescu
30
The Presence Agent is provided by OpenSIPS. Contact List is provided by OpenXCAP. Ideally, these components should be integrated in the server side.