aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0166_jingle.vala
Commit message (Expand)AuthorAgeFilesLines
* Improve & refactor Jingle base implementationfiaxh2021-03-211-1061/+0
* Only query entity caps when we need themfiaxh2020-07-161-14/+14
* xmpp-vala: Use more asyncfiaxh2020-04-241-1/+1
* Remove features from service discovery module when detaching module from streamfiaxh2020-04-211-0/+1
* Properly check Jids everywhereMarvin W2019-12-231-5/+7
* Fix Jingle transport errorfiaxh2019-09-291-2/+1
* Add JET supportMarvin W2019-09-161-8/+60
* Fix some warningshrxi2019-09-101-1/+1
* Don't error on Jingle file transfer hash session-infohrxi2019-08-271-5/+29
* Fix candidate selection for equal priorityhrxi2019-08-241-1/+1
* Fix Jingle connection code when `cancellable` is `null`hrxi2019-08-091-2/+7
* Fix race condition involving `session-terminate`hrxi2019-08-081-3/+9
* Fall back to IBB if S5B does not work outhrxi2019-08-061-37/+168
* Send Jingle errors to the right JIDhrxi2019-08-061-3/+3
* Implement detachhrxi2019-08-061-1/+3
* Factor out the session-terminate handlerhrxi2019-08-061-25/+35
* Add support for Jingle SOCKS5 bytestreams (XEP-0260)hrxi2019-08-051-73/+173
* Terminate the Jingle session after the file transfer is completehrxi2019-08-051-13/+93
* Fix a couple of delegate copy warnigshrxi2019-08-051-1/+1
* Add jingle connection for better interfacing with jingle (terminate etc.)hrxi2019-08-051-15/+170
* Fix compilation with older valac versionsfiaxh2019-07-181-11/+11
* Add file receiving via Jinglehrxi2019-07-091-109/+275
* Implement file sending via Jinglehrxi2019-07-091-0/+328