Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add jingle connection for better interfacing with jingle (terminate etc.) | hrxi | 2019-08-05 | 1 | -20/+5 |
| | |||||
* | Fix compilation with older valac versions | fiaxh | 2019-07-18 | 1 | -22/+22 |
| | |||||
* | Address pull requests comments, fix a few TODOs | hrxi | 2019-07-12 | 1 | -9/+40 |
| | |||||
* | Add file receiving via Jingle | hrxi | 2019-07-09 | 1 | -72/+337 |
| | | | | | This currently follows the same rules as HTTP file download for accepting files. | ||||
* | Implement file sending via Jingle | hrxi | 2019-07-09 | 1 | -0/+172 |
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. |