BLOG
Receiving Google Talk files with libjingle
As Google released a new version of libjingle last friday, I decided to experiment with their file transfer implementation in Psi this weekend. I added some code that allows someone to accept files sent by Google Talk, and tested it with a few Google Talk contacts, with a perfect success rate (so far). For the brave who wish to experiment with this, see the instructions below. Note that this code is unofficial, untested, only uses a very rudimentary UI (there is no integration with the existing file transfers), still suffers from at least two bugs (on Mac OS X: one that segfaults when receiving images, and one where CPU skyrockets to 100% after a while, which we had with older libjingles as well), and has no support from the Psi developers whatsoever. Comments should therefore go directly to me.
To compile Google File Transfer support in Psi, get the latest development version from Subversion. First, use a custom configure script to configure Psi:
Next, download and build the new version of libjingle by going into the third-party/libjingle.new subdir, and executing the following commands: