• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

po/H01-Mar-2022-9,8028,091

src/H03-May-2022-1,6461,068

.gitignoreH A D27-Feb-202261 98

AUTHORSH A D27-Feb-2022482 1210

COPYINGH A D27-Feb-202243.6 KiB856704

Messages.shH A D27-Feb-2022196 53

NEWSH A D27-Feb-20225 KiB138102

READMEH A D27-Feb-2022644 2214

TODOH A D27-Feb-2022588 1512

README

1This is the Telepathy-KDE file transfer handler
2
3It basically does 2 thigs
4 * Send files to your contact
5 * Receive files from your contact
6
7It doesn't set any filter on the mime type, therefore, it should catch all the
8file transfer channels that aren't received by any other handler filtering
9on mimetype.
10
11
12To compile it you will need at least Telepathy-Qt4 >= 0.7.3 or the latest
13git version.
14
15
16You can modify the default download directory from telepathy-kded-module or by
17adding in your .kde/share/config/ktelepathyrc file in the section
18[File Transfers] the variable downloadDirectory
19
20[File Transfers]
21downloadDirectory=<download path>
22