aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix resolving IP if SRV violences RFC2782Christian Schneppe2020-04-071-17/+31
* WIP: happy eyeball with dns caching for 5min (#464)genofire2020-02-191-3/+12
* catch more exceptions in JingleSocks5TransportChristian Schneppe2020-02-101-1/+1
* Networkstack: easy happy eyeball (#411)genofire2020-02-051-68/+32
* small jingle fixesChristian Schneppe2020-01-311-2/+2
* support registration via pars tokensChristian Schneppe2020-01-241-1/+25
* reset XmppConnection to parentChristian Schneppe2020-01-021-1/+1
* createOutputStream(): allow to disable decryptionChristian Schneppe2019-12-241-1/+1
* rework adhocinviteChristian Schneppe2019-12-131-1/+3
* jingle ibb: wait to receive ibbChristian Schneppe2019-12-093-36/+53
* check if sender is in contact list before accepting jingle fileChristian Schneppe2019-11-151-2/+3
* allow jingle state transition for fallback after proxy failureChristian Schneppe2019-11-151-2/+6
* make jingle state transitions less error proneChristian Schneppe2019-11-151-2/+28
* bookmarks2. introduce #compat namespaceChristian Schneppe2019-10-262-1/+3
* support for purge and deleteChristian Schneppe2019-10-261-1/+1
* support for delete bookmarks2Christian Schneppe2019-10-261-1/+6
* WIP Bookmarks 2 supportChristian Schneppe2019-10-261-0/+9
* show reason in error messageChristian Schneppe2019-10-261-1/+6
* mark cancelled jingle ft as such on both sidesChristian Schneppe2019-10-263-75/+101
* fully read port in socks connectionChristian Schneppe2019-10-261-2/+3
* set shorter timeouts when using direct candidatesChristian Schneppe2019-10-263-6/+13
* report not-acceptable on jingle errorsChristian Schneppe2019-10-022-19/+16
* close correct socket after faulty jingle socks connectionChristian Schneppe2019-09-201-1/+1
* migrate to AndroidXChristian Schneppe2019-09-202-2/+2
* show language in message bubble if multiple language variants were receivedChristian Schneppe2019-09-122-3/+5
* do not include scope in ipv6 annoucmentChristian Schneppe2019-09-091-1/+12
* JET uses plain text file sizeChristian Schneppe2019-09-061-2/+9
* do not include link local in direct candidatesChristian Schneppe2019-09-063-16/+12
* make Tor connections work with direct TLSChristian Schneppe2019-09-061-60/+48
* implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe2019-09-062-10/+37
* deleted wrong to jidChristian Schneppe2019-09-061-1/+0
* fix some crashesChristian Schneppe2019-09-032-6/+22
* 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 unlikely race between enabling carbons and discovering last MAM idChristian Schneppe2019-08-311-3/+3
* fixed pgp decryption of automatically accepted jingle ftChristian Schneppe2019-08-311-10/+7
* increased reconnection interval after policy violationChristian Schneppe2019-08-311-1/+3
* refactored filename and extension parsingChristian Schneppe2019-08-311-32/+32
* create empty disco result on error to fire advance stream features eventChristian Schneppe2019-08-311-1/+14
* fix SOCKS5 to IBB fallbackChristian Schneppe2019-08-311-5/+4
* use helper method to close socketChristian Schneppe2019-07-171-10/+3
* code cleanup & small fixesChristian Schneppe2019-07-012-3/+3
* Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)"Christian Schneppe2019-06-251-5/+26
* implement client support for muc pushChristian Schneppe2019-06-251-2/+2
* fix jingle file transferChristian Schneppe2019-06-253-4/+4
* performance improvement of message expiryChristian Schneppe2019-06-221-2/+2