Create "Other Contacts" group when roster is empty
[siplcs.git] / contrib / media-patches / README.txt
blob9e3ef7e2d894b4f7228591858c7bd8bd5adde343
1 To enable experimental voice support in SIPE (on non-Windows platforms only):
3 - apply patches in this directory to libnice and libpurple
4 - rebuild libgstfarsight with changed libnice headers
5 - compile SIPE source, check that voice support is enabled in configure output
6 - when making a call with Office Communicator 2007 R2 peer, change to peer's
7   registry is needed to allow unencrypted media transfer, use the attached .reg file
8 - now you can try to make a voice call 
10 STATUS OF PATCHES IN UPSTREAM
11 =============================
13 purple_mime_document_parsen.patch
14         - reported to libpurple developers as ticket http://developer.pidgin.im/ticket/11598
16 purple_media_get_active_candidates.patch
17         - reported to libpurple developers as ticket http://developer.pidgin.im/ticket/11830
18         - should be included in version 2.8.0
19         
20 libnice-Compatibility-with-OC2007-R2.patch
21         - reported upstream https://bugs.freedesktop.org/show_bug.cgi?id=28215
24 Biggest show stopper now is a lack of SRTP (encrypted transfer) in Farsight library,
25 requiring Office Communicator users to change their registry settings as a
26 workaround is unacceptable. According to FS website, someone is working on
27 this, but no results are available so far.