aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/jingle/JingleSocks5Transport.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* catch more exceptions in JingleSocks5TransportChristian Schneppe2020-02-101-1/+1
|
* fully read port in socks connectionChristian Schneppe2019-10-261-2/+3
| | | | | incoming direct connections in receive mode wouldn’t clear the entire destination from the input stream; thus adding a leading 0x00 to the file
* set shorter timeouts when using direct candidatesChristian Schneppe2019-10-261-4/+8
|
* close correct socket after faulty jingle socks connectionChristian Schneppe2019-09-201-1/+1
|
* implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe2019-09-061-2/+7
|
* also reply with direct connections on responseChristian Schneppe2019-09-031-10/+11
|
* bare minimum direct connectionsChristian Schneppe2019-09-031-0/+89
|
* order canditates by priority before attempting to connectChristian Schneppe2019-09-031-24/+25
|
* fix jingle file transferChristian Schneppe2019-06-251-1/+1
| | | | fixes #360
* refactored file encryption to give access to inner streamChristian Schneppe2018-10-041-1/+3
| | | | Conscrypt on some plattforms doesn’t like when we close the CipherInputStream. Therefor we refactor the api to give us access to the inner stream so we can close that independently.
* some tor modificationsChristian Schneppe2018-05-171-2/+2
| | | | possibly fixes #199
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-291-103/+91
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-6/+6
|
* Jingle: create output stream on demandChristian Schneppe2017-10-291-2/+0
|
* make jingle implementation send file hash when using ft5Christian Schneppe2017-05-091-2/+2
|
* reformat codeChristian Schneppe2016-11-191-187/+187
|
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+210