I'm kind of stuck trying to code an example of file transfer using libpurple.
My first try was to reuse the nullclient example from the libpurple/examples source directory and call serv_send_file. That seems to compile and execute fine but then nothing happens in the side of the receiver (he doesn't get the file transfer request).
Pointers and/or partial code (in any language) are appreciated.