aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/jingle_file_manager.vala
Commit message (Collapse)AuthorAgeFilesLines
* Implement file sending via Jinglehrxi2019-07-091-0/+52
This is still disabled by default until prioritization is implemented; otherwise this could be preferred to HTTP uploads. File sending only works via Jingle In-Band-Bytestreams right now, more transports are going to be implemented. To test this, uncomment the line with `JingleFileTransfer` in libdino/src/application.vala.