aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/XmppConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* use volatile for thread object in XmppConnectionChristian Schneppe2018-08-301-5/+4
* store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-261-0/+4
* do not call listeners while being synchronized on stanza queueChristian Schneppe2018-07-291-5/+19
* 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-171-1/+1
* Support both new and old http upload namespacesChristian Schneppe2018-05-051-4/+11
* return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe2018-05-021-25/+35
* fixed muc detection for rare cases where muc is hosted on primary domainChristian Schneppe2018-04-221-0/+6
* messages coming from known muc server are treated as muc when creating conver...Christian Schneppe2018-04-121-3/+9
* presist http upload availibilityChristian Schneppe2018-04-121-5/+4
* trim to original resource if server added somethingChristian Schneppe2018-04-081-1/+23
* fixed rare crash on jolla devicesChristian Schneppe2018-04-071-1/+1
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-103/+94
* migrate to xmpp-addrChristian Schneppe2018-04-021-101/+100
* get rid of customizable resourcesChristian Schneppe2018-04-011-164/+161
* integrate trust manager into conversationsChristian Schneppe2018-03-121-2/+2
* added config param to use a random resource at every bindChristian Schneppe2018-02-261-2/+3
* request disco items before disco#info on first connectChristian Schneppe2018-02-221-1/+7
* warn when attempting to write stanza to an unbound streamChristian Schneppe2018-02-221-20/+28
* do not allow insecure bindChristian Schneppe2018-02-191-7/+5
* Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...Christian Schneppe2018-02-191-2/+2
* SM saftey checksChristian Schneppe2018-02-101-1/+11
* permanently cache last resolver resultChristian Schneppe2018-01-211-0/+14
* remove wakelocks in XmlReaderChristian Schneppe2018-01-211-12/+2
* use countdownlatch to check if TagWriter has finishedChristian Schneppe2018-01-211-11/+1
* fixed interupt handlingChristian Schneppe2018-01-211-16/+30
* postpone notification actions (mark as read, reply) until after messages are ...Christian Schneppe2018-01-211-4/+6
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-211-0/+4
* show pep as available if omemo_all_access has been installed on serverChristian Schneppe2017-12-271-4/+6
* XmppConnection: refactor registration code. 'Open Website' on PAYMENT_REQUIRE...Christian Schneppe2017-12-161-54/+65
* use empty wake lock tagChristian Schneppe2017-11-221-2/+2
* apperently some servers will ommit the from even for stanzas not going to themChristian Schneppe2017-11-211-1/+1
* SASL: don't prefer PLAIN auth over DIGEST-MD5 for nimbuzz.comChristian Schneppe2017-11-201-1/+1
* XmppConnection: throw bind failure when server tries to reassign domainChristian Schneppe2017-10-291-1/+6
* XmppConnection: do not count stanzas before smacks session has startedChristian Schneppe2017-10-291-1/+9
* wait up to 2s to let server close socket before force closingChristian Schneppe2017-09-041-20/+24
* provide extra 'network is unreachable' account stateChristian Schneppe2017-08-131-0/+2
* use base64 instead of base36 when creating random stringsChristian Schneppe2017-08-011-2/+2
* skip initial socket closing if thread was already interruptedChristian Schneppe2017-08-011-1/+7
* use publish-options instead of always pushing node configurationChristian Schneppe2017-08-011-0/+7
* catch IllegalArgumentException caused by invalid custom hostnameChristian Schneppe2017-08-011-7/+4
* verify with hostname in direct tls connectionsChristian Schneppe2017-08-011-1/+1
* throw state changing exception on failed tls only if no more connection optio...Christian Schneppe2017-08-011-1/+3
* work around idn short comings in minidnsChristian Schneppe2017-08-011-1/+2
* catch state changing error when sending timeout to iq callbacksChristian Schneppe2017-08-011-3/+7