media: removed patches released in pidgin 2.8.0 and updated README
[siplcs.git] / contrib / media-patches / README.txt
blob14c2e6e432d15ab8aab41df3335ae0182970cced
1 To enable voice support in SIPE (only on platforms where libpurple supports
2 voice & video):
4 - pidgin >= 2.8.0, libnice >= 0.1.0 and farsight2 >= 0.0.26 are required
5 - compile SIPE source, check that voice support is enabled in configure output
6 - If you get errors on incompatible encryption levels when making a call, change
7   to peer's registry is needed to allow unencrypted media transfer; use the
8   attached .reg file. Encryption can be also already set as optional, depending
9   on your domain policy configuration, in this case registry change is not needed. 
10 - now you can try to make a voice call 
12 Biggest show stopper now is a lack of SRTP (encrypted transfer) in Farsight library,
13 requiring Office Communicator users to change their registry settings as a
14 workaround is unacceptable. According to FS website, someone is working on
15 this, but no results are available so far. In some environments unencrypted
16 calls can be allowed by domain policy, so not all users are affected.
18 Also media transport over TCP will not work, proof of concept implementation for
19 libnice exists, it is now in state of code cleanup and integration into upstream
20 libraries. Contact jakub (dot) adam (at) ktknet (dot) cz for details