| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Send Jingle errors to the right JID | hrxi | 2019-08-06 | 1 | -3/+3 |
| | | |||||
| * | Implement detach | hrxi | 2019-08-06 | 1 | -1/+3 |
| | | |||||
| * | Factor out the session-terminate handler | hrxi | 2019-08-06 | 1 | -25/+35 |
| | | |||||
| * | Add support for Jingle SOCKS5 bytestreams (XEP-0260) | hrxi | 2019-08-05 | 1 | -73/+173 |
| | | |||||
| * | Terminate the Jingle session after the file transfer is complete | hrxi | 2019-08-05 | 1 | -13/+93 |
| | | |||||
| * | Fix a couple of delegate copy warnigs | hrxi | 2019-08-05 | 1 | -1/+1 |
| | | | | | "warning: copying delegates is not supported" | ||||
| * | Add jingle connection for better interfacing with jingle (terminate etc.) | hrxi | 2019-08-05 | 1 | -15/+170 |
| | | |||||
| * | Fix compilation with older valac versions | fiaxh | 2019-07-18 | 1 | -11/+11 |
| | | |||||
| * | Add file receiving via Jingle | hrxi | 2019-07-09 | 1 | -109/+275 |
| | | | | | | This currently follows the same rules as HTTP file download for accepting files. | ||||
| * | Implement file sending via Jingle | hrxi | 2019-07-09 | 1 | -0/+328 |
| 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. | |||||
