aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-02-26added config param to use a random resource at every bindChristian Schneppe1-2/+3
2018-02-22request disco items before disco#info on first connectChristian Schneppe1-1/+7
2018-02-22warn when attempting to write stanza to an unbound streamChristian Schneppe1-20/+28
2018-02-19do not allow insecure bindChristian Schneppe1-7/+5
2018-02-19Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...Christian Schneppe1-2/+2
2018-02-10SM saftey checksChristian Schneppe1-1/+11
2018-01-21permanently cache last resolver resultChristian Schneppe1-0/+14
2018-01-21remove wakelocks in XmlReaderChristian Schneppe1-12/+2
2018-01-21use countdownlatch to check if TagWriter has finishedChristian Schneppe1-11/+1
2018-01-21fixed interupt handlingChristian Schneppe1-16/+30
2018-01-21postpone notification actions (mark as read, reply) until after messages are ...Christian Schneppe1-4/+6
2018-01-21disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe1-0/+4
2017-12-27show pep as available if omemo_all_access has been installed on serverChristian Schneppe1-4/+6
2017-12-16XmppConnection: refactor registration code. 'Open Website' on PAYMENT_REQUIRE...Christian Schneppe1-54/+65
2017-11-22use empty wake lock tagChristian Schneppe1-2/+2
2017-11-21apperently some servers will ommit the from even for stanzas not going to themChristian Schneppe1-1/+1
2017-11-20SASL: don't prefer PLAIN auth over DIGEST-MD5 for nimbuzz.comChristian Schneppe1-1/+1
2017-10-29XmppConnection: throw bind failure when server tries to reassign domainChristian Schneppe1-1/+6
2017-10-29XmppConnection: do not count stanzas before smacks session has startedChristian Schneppe1-1/+9
2017-09-04wait up to 2s to let server close socket before force closingChristian Schneppe1-20/+24
2017-08-13provide extra 'network is unreachable' account stateChristian Schneppe1-0/+2
2017-08-01use base64 instead of base36 when creating random stringsChristian Schneppe1-2/+2
2017-08-01skip initial socket closing if thread was already interruptedChristian Schneppe1-1/+7
2017-08-01use publish-options instead of always pushing node configurationChristian Schneppe1-0/+7
2017-08-01catch IllegalArgumentException caused by invalid custom hostnameChristian Schneppe1-7/+4
2017-08-01verify with hostname in direct tls connectionsChristian Schneppe1-1/+1
2017-08-01throw state changing exception on failed tls only if no more connection optio...Christian Schneppe1-1/+3
2017-08-01work around idn short comings in minidnsChristian Schneppe1-1/+2
2017-08-01catch state changing error when sending timeout to iq callbacksChristian Schneppe1-3/+7
2017-08-01deduplicate disco items before disco#infoChristian Schneppe1-1/+7
2017-06-24fixed ip reporting for dns look upsChristian Schneppe1-1/+1