media: updated media patches
[siplcs.git] / contrib / media-patches / README.txt
blob86d6fb22ec0776783781f0456c4c799abcaeeebf
1 To enable experimental voice support in SIPE (on non-Windows platforms only):
3 - for compatibility with OC 2007 R2, apply these patches to libnice and libpurple:
4         - purple_mime_document_parsen.patch
5         - purple_media_get_active_candidates.patch
6         - libnice-Compatibility-with-OC2007-R2.patch 
7 - compile SIPE source, check that voice support is enabled in configure output
8 - If you get errors on incompatible encryption levels when making a call with
9   Office Communicator 2007 R2 peer, change to peer's registry is needed to allow
10   unencrypted media transfer, use the attached .reg file. Encryption can be also
11   already set as optional, depending on your domain policy configuration, in this
12   case registry change is not needed. 
13 - now you can try to make a voice call 
15 - compatibility with OC 2007 (first release) is still being developed in SIPE,
16   applying related patches to libnice and libgstfarsight has no effect for now. 
18 STATUS OF PATCHES IN UPSTREAM
19 =============================
21 purple_mime_document_parsen.patch
22         - reported to libpurple developers as ticket http://developer.pidgin.im/ticket/11598
24 purple_media_get_active_candidates.patch
25         - reported to libpurple developers as ticket http://developer.pidgin.im/ticket/11830
26         - should be included in version 2.8.0
27         
28 libnice-Compatibility-with-OC2007-R2.patch
29         - reported upstream https://bugs.freedesktop.org/show_bug.cgi?id=28215
30         - actively collaborating with libnice developers on improving the patch to
31           be acceptable for merge
33 libnice-Compatibility-with-OC2007.patch
34         - reported upstream http://lists.freedesktop.org/archives/nice/2010-August/000365.html
35         - actively collaborating with libnice developers on improving the patch to
36           be acceptable for merge
38 farsight-Compatibility-with-OC2007.patch
39         - reported upstream http://lists.freedesktop.org/archives/nice/2010-August/000365.html
40         - actively collaborating on improving the patch to be acceptable for merge
43 Biggest show stopper now is a lack of SRTP (encrypted transfer) in Farsight library,
44 requiring Office Communicator users to change their registry settings as a
45 workaround is unacceptable. According to FS website, someone is working on
46 this, but no results are available so far. UPDATE: in some environments unencrypted
47 calls can be allowed by domain policy, so not all users are affected.