aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-25implement client support for muc pushChristian Schneppe1-2/+2
2019-06-22performance improvement of message expiryChristian Schneppe1-2/+2
2019-06-18self ping (xep-0410) after receiving invite to mucChristian Schneppe1-1/+1
2019-06-08Networkstack - let OS decide IPv4 or IPv6 (#267)genofire1-26/+5
2019-05-04Make use of Namespace.REGISTER constantChristian Schneppe1-4/+4
2019-04-01remove logging from delete from serverChristian Schneppe1-1/+0
2019-03-31add ability to delete account also from serverChristian Schneppe1-0/+16
2019-02-21Deduplicate presencesChristian Schneppe1-1/+2
2019-02-09print available stream features / mechanisms on incompat serverChristian Schneppe1-0/+4
2019-02-08reset inviteuri after successful generationChristian Schneppe1-3/+2
2019-02-08implement adhoc invite links if server supports thisChristian Schneppe1-0/+73
2019-01-27do not require starttls when connecting over to .onion domainChristian Schneppe1-2/+2
2019-01-25properly jump out of connection loop on state changing errorsChristian Schneppe1-8/+7
2019-01-25resend presence to muc avatar updateChristian Schneppe1-0/+4
2018-12-27log number of unhandled iq callbacks after resumeChristian Schneppe1-3/+4
2018-12-27log policy violation stream error message to logcatChristian Schneppe1-0/+4
2018-12-14check mam preference for mam:2 namespace and purge offline only if setChristian Schneppe1-0/+17
2018-11-08show max file size for httpupload in profile --> server infoChristian Schneppe1-1/+1
2018-10-24reformat XmppConnection.javaChristian Schneppe1-37/+30
2018-10-20only store non hardcoded resolver result in dbChristian Schneppe1-1/+1
2018-10-04use short read timeout when waiting for first stream open. disable read timeo...Christian Schneppe1-1/+2
2018-10-02clean up connection code. unify domain = ip and extended connection settings ...Christian Schneppe1-59/+21
2018-10-02use sni and alpn for start tls as well. apperently google requires itChristian Schneppe1-0/+2
2018-10-01introduced error code for server not opening stream after auth or starttlsChristian Schneppe1-2/+5
2018-10-01code cleanupChristian Schneppe1-5/+5
2018-10-01fixed regression that didn’t enable SNIChristian Schneppe1-2/+2
2018-10-01use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe1-0/+4
2018-09-13speed up DNSChristian Schneppe1-2/+0
2018-09-11removed synchronized in favor of another interrupted check in startXmpp()Christian Schneppe1-1/+4
2018-08-30use volatile for thread object in XmppConnectionChristian Schneppe1-5/+4
2018-08-26store bookmarks in pep if conversion xep is runningChristian Schneppe1-0/+4
2018-07-29do not call listeners while being synchronized on stanza queueChristian Schneppe1-5/+19
2018-07-15fix bug in XmppConnectionChristian Schneppe1-3/+3
2018-07-09support mam:1Christian Schneppe1-5/+6
2018-07-09improve identification of muc serviceChristian Schneppe1-0/+1
2018-06-17use Tor on http upload is account uses onion domainChristian Schneppe1-1/+1
2018-06-16report unparsable limit as http upload availableChristian Schneppe1-1/+1
2018-05-26add support for S3 file transfersChristian Schneppe1-26/+31
2018-05-17some tor modificationsChristian Schneppe1-1/+1
2018-05-05Support both new and old http upload namespacesChristian Schneppe1-4/+11
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe1-25/+35
2018-04-22fixed muc detection for rare cases where muc is hosted on primary domainChristian Schneppe1-0/+6
2018-04-12messages coming from known muc server are treated as muc when creating conver...Christian Schneppe1-3/+9
2018-04-12presist http upload availibilityChristian Schneppe1-5/+4
2018-04-08trim to original resource if server added somethingChristian Schneppe1-1/+23
2018-04-07fixed rare crash on jolla devicesChristian Schneppe1-1/+1
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-103/+94
2018-04-02migrate to xmpp-addrChristian Schneppe1-101/+100
2018-04-01get rid of customizable resourcesChristian Schneppe1-164/+161
2018-03-12integrate trust manager into conversationsChristian Schneppe1-2/+2