aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/jingle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* JET uses plain text file sizeChristian Schneppe2019-09-061-2/+9
|
* do not include link local in direct candidatesChristian Schneppe2019-09-063-16/+12
|
* implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe2019-09-062-10/+37
|
* fix some crashesChristian Schneppe2019-09-031-1/+4
|
* use higher priority for proxy on receiving endChristian Schneppe2019-09-032-5/+4
|
* send fallback to ibb after proxy activation failedChristian Schneppe2019-09-031-6/+17
|
* also reply with direct connections on responseChristian Schneppe2019-09-032-18/+34
|
* bare minimum direct connectionsChristian Schneppe2019-09-034-6/+153
|
* order canditates by priority before attempting to connectChristian Schneppe2019-09-032-25/+27
|
* more ibb fixes (include sid in transport-accept)Christian Schneppe2019-08-312-15/+25
|
* fixed pgp decryption of automatically accepted jingle ftChristian Schneppe2019-08-311-10/+7
|
* refactored filename and extension parsingChristian Schneppe2019-08-311-32/+32
|
* fix SOCKS5 to IBB fallbackChristian Schneppe2019-08-311-5/+4
|
* code cleanup & small fixesChristian Schneppe2019-07-011-1/+1
|
* fix jingle file transferChristian Schneppe2019-06-253-4/+4
| | | | fixes #360
* disallow subsequent session-acceptChristian Schneppe2019-06-171-13/+13
|
* use ibb if other party doesn’t annouce s5b featureChristian Schneppe2019-06-173-224/+203
|
* accept direct ibb jingle offersChristian Schneppe2019-06-172-15/+58
|
* handle invalid canditates in jingleChristian Schneppe2019-06-081-0/+4
|
* jingle: send canditate error before fallbackChristian Schneppe2019-05-041-2/+3
|
* explicitly set type=images for all media with an image mime type this is in ↵Christian Schneppe2019-01-251-1/+1
| | | | preperation to be able to query the database for all images
* put images into MessageStyle notificationsChristian Schneppe2019-01-241-1/+3
|
* make 'cancelled' work for jingle ftChristian Schneppe2018-10-202-14/+16
|
* refactored file encryption to give access to inner streamChristian Schneppe2018-10-043-44/+33
| | | | 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
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-171-1/+1
|
* return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe2018-05-021-1/+2
|
* very much unoptimized search functionalityChristian Schneppe2018-04-301-8/+11
|
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-291-103/+91
|
* migrate to xmpp-addrChristian Schneppe2018-04-026-31/+31
|
* properly handle key transport messages. use prekeyparsing only when that ↵Christian Schneppe2018-01-211-1/+1
| | | | attribute is set
* some bug fixesChristian Schneppe2017-11-281-2/+2
|
* code cleanupChristian Schneppe2017-11-231-2/+2
|
* JingleConnection: fixed rare npe when canceling jingleChristian Schneppe2017-11-211-3/+2
|
* Jingle: create output stream on demandChristian Schneppe2017-10-293-6/+9
|
* fixed jingle state machine being thrown off by iq-result coming after ↵Christian Schneppe2017-09-042-12/+14
| | | | session-accept
* add more logging to http download connection and reset file params after ↵Christian Schneppe2017-08-131-0/+2
| | | | setting expected size
* fixed otr jingle file size reportingChristian Schneppe2017-08-011-5/+1
|
* optimized importsChristian Schneppe2017-05-101-1/+0
|
* make jingle implementation send file hash when using ft5Christian Schneppe2017-05-094-39/+90
|
* support for jingle ft:5Christian Schneppe2017-05-092-2/+7
|
* use async message loading only when called from UIChristian Schneppe2017-04-131-1/+1
|
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-4/+4
|
* fixed some issues around ibbChristian Schneppe2017-01-253-18/+56
|
* only call UI thread from downloading thread every 250msChristian Schneppe2017-01-151-5/+5
|
* reformat codeChristian Schneppe2016-11-1913-1902/+1902
|
* fixed npe when jingle partner is using unknown candidateChristian Schneppe2016-11-071-0/+4
|
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-3/+9
|
* broader exception catchersDaniel Gultsch2016-09-021-1/+1
|
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-1/+2
|