aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Networkstack - let OS decide IPv4 or IPv6 (#267)genofire2019-06-081-26/+5
| | | | | | | | * Networkstack - let OS decide IPv4 or IPv6 * Drop own implementation of DNS-Server selection * remove dns resolver cache
* handle invalid canditates in jingleChristian Schneppe2019-06-081-0/+4
|
* jingle: send canditate error before fallbackChristian Schneppe2019-05-041-2/+3
|
* 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
| | | | fixes #315
* Deduplicate presencesChristian Schneppe2019-02-211-1/+2
| | | | possibly fixes #303
* 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-082-0/+77
|\
| * implement adhoc invite links if server supports thisChristian Schneppe2019-02-082-0/+81
| |
* | 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
| |
* | 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
|/
* 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
|
* set access model to open when publishing avatarChristian Schneppe2018-11-301-0/+9
|
* 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
|
* make 'cancelled' work for jingle ftChristian Schneppe2018-10-202-14/+16
|
* use short read timeout when waiting for first stream open. disable read ↵Christian Schneppe2018-10-041-1/+2
| | | | timeout aftwards
* 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.
* clean up connection code. unify domain = ip and extended connection settings ↵Christian Schneppe2018-10-021-59/+21
| | | | into fake resolver
* 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 ↵Christian Schneppe2018-10-011-0/+4
| | | | old androids
* speed up DNSChristian Schneppe2018-09-131-2/+0
| | | | | | run queries in parallel decrease timeout do not fall back to google
* removed synchronized in favor of another interrupted check in startXmpp()Christian Schneppe2018-09-111-1/+4
|
* use volatile for thread object in XmppConnectionChristian Schneppe2018-08-301-5/+4
|
* upgrade babbler versionChristian Schneppe2018-08-261-0/+5
|
* store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-262-0/+11
|
* do not call listeners while being synchronized on stanza queueChristian Schneppe2018-07-292-6/+20
|
* fix bug in XmppConnectionChristian Schneppe2018-07-151-3/+3
|
* support mam:1Christian Schneppe2018-07-091-5/+6
|
* improve identification of muc serviceChristian Schneppe2018-07-091-0/+1
|
* use Tor on http upload is account uses onion domainChristian Schneppe2018-06-171-1/+1
|
* report unparsable limit as http upload availableChristian Schneppe2018-06-161-1/+1
|
* add support for S3 file transfersChristian Schneppe2018-05-261-26/+31
|
* some tor modificationsChristian Schneppe2018-05-172-3/+3
| | | | possibly fixes #199
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-171-1/+1
|
* Support both new and old http upload namespacesChristian Schneppe2018-05-051-4/+11
|