aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/XmppConnection.java (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
* Networkstack: easy happy eyeball (#411)genofire2020-02-051-68/+32
* support registration via pars tokensChristian Schneppe2020-01-241-1/+25
* reset XmppConnection to parentChristian Schneppe2020-01-021-1/+1
* rework adhocinviteChristian Schneppe2019-12-131-1/+3
* bookmarks2. introduce #compat namespaceChristian Schneppe2019-10-261-1/+1
* support for purge and deleteChristian Schneppe2019-10-261-1/+1
* support for delete bookmarks2Christian Schneppe2019-10-261-1/+6
* migrate to AndroidXChristian Schneppe2019-09-201-1/+1
* show language in message bubble if multiple language variants were receivedChristian Schneppe2019-09-121-1/+2
* make Tor connections work with direct TLSChristian Schneppe2019-09-061-60/+48
* deleted wrong to jidChristian Schneppe2019-09-061-1/+0
* fix some crashesChristian Schneppe2019-09-031-5/+18
* fixed unlikely race between enabling carbons and discovering last MAM idChristian Schneppe2019-08-311-3/+3
* increased reconnection interval after policy violationChristian Schneppe2019-08-311-1/+3
* create empty disco result on error to fire advance stream features eventChristian Schneppe2019-08-311-1/+14
* use helper method to close socketChristian Schneppe2019-07-171-10/+3
* code cleanup & small fixesChristian Schneppe2019-07-011-2/+2
* 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
* performance improvement of message expiryChristian Schneppe2019-06-221-2/+2
* self ping (xep-0410) after receiving invite to mucChristian Schneppe2019-06-181-1/+1
* Networkstack - let OS decide IPv4 or IPv6 (#267)genofire2019-06-081-26/+5
* Make use of Namespace.REGISTER constantChristian Schneppe2019-05-041-4/+4
* remove logging from delete from serverChristian Schneppe2019-04-011-1/+0
* add ability to delete account also from serverChristian Schneppe2019-03-311-0/+16
* Deduplicate presencesChristian Schneppe2019-02-211-1/+2
* print available stream features / mechanisms on incompat serverChristian Schneppe2019-02-091-0/+4
* reset inviteuri after successful generationChristian Schneppe2019-02-081-3/+2
* use ad-hoc commands for invite links if server supports thisChristian Schneppe2019-02-081-0/+69
|\
| * implement adhoc invite links if server supports thisChristian Schneppe2019-02-081-0/+73
* | do not require starttls when connecting over to .onion domainChristian Schneppe2019-01-271-2/+2
* | properly jump out of connection loop on state changing errorsChristian Schneppe2019-01-251-8/+7
* | resend presence to muc avatar updateChristian Schneppe2019-01-251-0/+4
|/
* log number of unhandled iq callbacks after resumeChristian Schneppe2018-12-271-3/+4
* log policy violation stream error message to logcatChristian Schneppe2018-12-271-0/+4
* check mam preference for mam:2 namespace and purge offline only if setChristian Schneppe2018-12-141-0/+17
* show max file size for httpupload in profile --> server infoChristian Schneppe2018-11-081-1/+1
* reformat XmppConnection.javaChristian Schneppe2018-10-241-37/+30
* only store non hardcoded resolver result in dbChristian Schneppe2018-10-201-1/+1
* use short read timeout when waiting for first stream open. disable read timeo...Christian Schneppe2018-10-041-1/+2
* clean up connection code. unify domain = ip and extended connection settings ...Christian Schneppe2018-10-021-59/+21
* use sni and alpn for start tls as well. apperently google requires itChristian Schneppe2018-10-021-0/+2
* introduced error code for server not opening stream after auth or starttlsChristian Schneppe2018-10-011-2/+5
* code cleanupChristian Schneppe2018-10-011-5/+5
* fixed regression that didn’t enable SNIChristian Schneppe2018-10-011-2/+2
* use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe2018-10-011-0/+4
* speed up DNSChristian Schneppe2018-09-131-2/+0
* removed synchronized in favor of another interrupted check in startXmpp()Christian Schneppe2018-09-111-1/+4