aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/jingle (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-06JET uses plain text file sizeChristian Schneppe1-2/+9
2019-09-06do not include link local in direct candidatesChristian Schneppe3-16/+12
2019-09-06implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe2-10/+37
2019-09-03fix some crashesChristian Schneppe1-1/+4
2019-09-03use higher priority for proxy on receiving endChristian Schneppe2-5/+4
2019-09-03send fallback to ibb after proxy activation failedChristian Schneppe1-6/+17
2019-09-03also reply with direct connections on responseChristian Schneppe2-18/+34
2019-09-03bare minimum direct connectionsChristian Schneppe4-6/+153
2019-09-03order canditates by priority before attempting to connectChristian Schneppe2-25/+27
2019-08-31more ibb fixes (include sid in transport-accept)Christian Schneppe2-15/+25
2019-08-31fixed pgp decryption of automatically accepted jingle ftChristian Schneppe1-10/+7
2019-08-31refactored filename and extension parsingChristian Schneppe1-32/+32
2019-08-31fix SOCKS5 to IBB fallbackChristian Schneppe1-5/+4
2019-07-01code cleanup & small fixesChristian Schneppe1-1/+1
2019-06-25fix jingle file transferChristian Schneppe3-4/+4
2019-06-17disallow subsequent session-acceptChristian Schneppe1-13/+13
2019-06-17use ibb if other party doesn’t annouce s5b featureChristian Schneppe3-224/+203
2019-06-17accept direct ibb jingle offersChristian Schneppe2-15/+58
2019-06-08handle invalid canditates in jingleChristian Schneppe1-0/+4
2019-05-04jingle: send canditate error before fallbackChristian Schneppe1-2/+3
2019-01-25explicitly set type=images for all media with an image mime type this is in p...Christian Schneppe1-1/+1
2019-01-24put images into MessageStyle notificationsChristian Schneppe1-1/+3
2018-10-20make 'cancelled' work for jingle ftChristian Schneppe2-14/+16
2018-10-04refactored file encryption to give access to inner streamChristian Schneppe3-44/+33
2018-05-17some tor modificationsChristian Schneppe1-2/+2
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe1-1/+1
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe1-1/+2
2018-04-30very much unoptimized search functionalityChristian Schneppe1-8/+11
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe1-103/+91
2018-04-02migrate to xmpp-addrChristian Schneppe6-31/+31
2018-01-21properly handle key transport messages. use prekeyparsing only when that attr...Christian Schneppe1-1/+1
2017-11-28some bug fixesChristian Schneppe1-2/+2
2017-11-23code cleanupChristian Schneppe1-2/+2
2017-11-21JingleConnection: fixed rare npe when canceling jingleChristian Schneppe1-3/+2
2017-10-29Jingle: create output stream on demandChristian Schneppe3-6/+9
2017-09-04fixed jingle state machine being thrown off by iq-result coming after session...Christian Schneppe2-12/+14
2017-08-13add more logging to http download connection and reset file params after sett...Christian Schneppe1-0/+2
2017-08-01fixed otr jingle file size reportingChristian Schneppe1-5/+1
2017-05-10optimized importsChristian Schneppe1-1/+0
2017-05-09make jingle implementation send file hash when using ft5Christian Schneppe4-39/+90
2017-05-09support for jingle ft:5Christian Schneppe2-2/+7
2017-04-13use async message loading only when called from UIChristian Schneppe1-1/+1
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-4/+4
2017-01-25fixed some issues around ibbChristian Schneppe3-18/+56
2017-01-15only call UI thread from downloading thread every 250msChristian Schneppe1-5/+5
2016-11-19reformat codeChristian Schneppe13-1902/+1902
2016-11-07fixed npe when jingle partner is using unknown candidateChristian Schneppe1-0/+4
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-3/+9
2016-09-02broader exception catchersDaniel Gultsch1-1/+1
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-1/+2