aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/jingle/JingleInbandTransport.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jingle ibb: wait to receive ibbChristian Schneppe2019-12-091-246/+0
| | | | | | previously we signalled succesfull file reception after receiving enough bytes on ibb; however that causes us to race with the session-info file hash. now the recipient will wait for <close/> and the sender will make sure to send the session-info before sending close.
* mark cancelled jingle ft as such on both sidesChristian Schneppe2019-10-261-1/+6
|
* report not-acceptable on jingle errorsChristian Schneppe2019-10-021-13/+7
|
* fix some crashesChristian Schneppe2019-09-031-1/+4
|
* more ibb fixes (include sid in transport-accept)Christian Schneppe2019-08-311-4/+2
|
* fix jingle file transferChristian Schneppe2019-06-251-1/+1
| | | | fixes #360
* use ibb if other party doesn’t annouce s5b featureChristian Schneppe2019-06-171-5/+6
|
* refactored file encryption to give access to inner streamChristian Schneppe2018-10-041-17/+8
| | | | 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.
* migrate to xmpp-addrChristian Schneppe2018-04-021-8/+8
|
* Jingle: create output stream on demandChristian Schneppe2017-10-291-2/+0
|
* optimized importsChristian Schneppe2017-05-101-1/+0
|
* make jingle implementation send file hash when using ft5Christian Schneppe2017-05-091-3/+3
|
* fixed some issues around ibbChristian Schneppe2017-01-251-2/+20
|
* reformat codeChristian Schneppe2016-11-191-212/+212
|
* broader exception catchersDaniel Gultsch2016-09-021-1/+1
|
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+239