aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-23code cleanupChristian Schneppe12-15/+13
2017-11-22use empty wake lock tagChristian Schneppe1-2/+2
2017-11-21JingleConnection: fixed rare npe when canceling jingleChristian Schneppe1-3/+2
2017-11-21apperently some servers will ommit the from even for stanzas not going to themChristian Schneppe1-1/+1
2017-11-21remove prosody push from blacklistChristian Schneppe1-3/+0
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-10-29Jingle: create output stream on demandChristian Schneppe3-6/+9
2017-09-04wait up to 2s to let server close socket before force closingChristian Schneppe1-20/+24
2017-09-04fixed jingle state machine being thrown off by iq-result coming after ↵Christian Schneppe2-12/+14
session-accept
2017-08-13add more logging to http download connection and reset file params after ↵Christian Schneppe1-0/+2
setting expected size
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 Schneppe2-2/+21
2017-08-01fixed otr jingle file size reportingChristian Schneppe1-5/+1
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 ↵Christian Schneppe1-1/+3
options left
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-08-01add publish-options helper classChristian Schneppe1-0/+17
2017-06-24fixed ip reporting for dns look upsChristian Schneppe1-1/+1
2017-06-24also check for hostname in in certs if hostname is from trusted sourceChristian Schneppe1-16/+16
2017-06-24upgrade minidns. refactored dns utilsChristian Schneppe1-25/+14
2017-06-24offer to open website if ibb offers oob redirectChristian Schneppe1-9/+31
2017-05-31rename resource on bind conflictChristian Schneppe1-1/+7
2017-05-31invoke statusChanged callback after syncronizationChristian Schneppe1-16/+20
2017-05-31synchronize on dedicated lock for catchup instead of accountChristian Schneppe1-1/+7
2017-05-28clean up client cert selection codeChristian Schneppe1-1/+2
2017-05-17differentiate starttls failure and sasl failureChristian Schneppe1-14/+17
2017-05-17use mam reference instead of timestampChristian Schneppe1-0/+69
2017-05-12fixed missing lines in unified all account state exceptionsChristian Schneppe1-2/+6
2017-05-10optimized importsChristian Schneppe1-1/+0
2017-05-10do not synchronize startXmpp() and sendPacket() on the same objectChristian Schneppe1-4/+2
as this can block the ui
2017-05-10reset resource after bind failureChristian Schneppe1-0/+1
2017-05-10unified all account state exceptionsChristian Schneppe2-64/+32
2017-05-09make jingle implementation send file hash when using ft5Christian Schneppe4-39/+90
2017-05-09support for jingle ft:5Christian Schneppe2-2/+7
2017-05-09avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe1-7/+9
and waiting for sm catchup
2017-04-26make sure tag writer thread shuts downChristian Schneppe1-2/+3
2017-04-13use async message loading only when called from UIChristian Schneppe1-1/+1
2017-04-13Optimized imports from entire projectChristian Schneppe1-1/+1
2017-03-23do not pipeline first SM request because that might fail when resume failsChristian Schneppe1-1/+1
2017-03-23experimental: wait for SM catchup before triggering notificationsChristian Schneppe1-0/+21
wait for a first SM ACK before calculating if we need to trigger any notifications might have to be changed to an XEP-0199 ping later on. for now sending <r/> after resume seems to work outfine
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe2-16/+16
2017-03-04make x509 verification node world readableChristian Schneppe1-0/+11
2017-02-22Fix a typo in legacyChristian Schneppe1-2/+2