summaryrefslogtreecommitdiff
path: root/tubes/source/file-transfer-helper.c
AgeCommit message (Collapse)Author
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-13Typo: shoud -> shouldJulien Nabet
Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-11-08Silence -Wdeprecated-declarations for the momentJulien Nabet
Change-Id: If08c7f72195dfff6ae3b7cb52b4137aeda3bc675 Reviewed-on: https://gerrit.libreoffice.org/6604 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-08-08tubes: use file channel description for sending UUIDMatúš Kukan
Change-Id: I44129798110491cd59e1eb39d2f4c2cf3eb3c81b
2012-08-08Revert "tubes: mangle service name into file description"Matúš Kukan
Hopefully, it will work now, and we can use description field for UUID. This reverts commit 98411a76545737f4b2b956fb1cc137a924c64641. Change-Id: Ib6feeea861949c0cd316fda0295f13751de789e5
2012-07-17silence WaE unused-parameterEike Rathke
2012-07-17tubes: mangle service name into file descriptionWill Thompson
The version of Gabble that Michael and Eike are using doesn't support the Metadata interface that we're using to direct this channel to LibreOffice. Perhaps putting something magic into the mime type would be a better temporary workaround but hey.
2012-07-17tubes: implement receiving files.Will Thompson
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson
Crashes if the file transfer fails. file-transfer-helper.[ch] are, as their license headers state, LGPL v2.1+. They come from Empathy. I am in the process of refactoring them so they can live in a future version of telepathy-glib (which is itself LGPL v2.1+), so their presence here is temporary.