aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
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-12fixed missing lines in unified all account state exceptionsChristian Schneppe1-2/+6
2017-05-10do not synchronize startXmpp() and sendPacket() on the same objectChristian Schneppe1-4/+2
2017-05-10reset resource after bind failureChristian Schneppe1-0/+1
2017-05-10unified all account state exceptionsChristian Schneppe1-63/+31
2017-05-09avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe1-7/+9
2017-04-26make sure tag writer thread shuts downChristian Schneppe1-2/+3
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
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-12/+12
2017-02-22Fix a typo in legacyChristian Schneppe1-2/+2
2017-02-22migrate domain and host exemption into seperate classChristian Schneppe1-2/+7
2017-02-22npe checksChristian Schneppe1-2/+4
2017-02-22bump mam namespaceChristian Schneppe1-2/+7
2017-02-14only force close tagwriter before creating a new oneChristian Schneppe1-6/+3
2017-01-29use base64 encoding for file names uploaded with httpChristian Schneppe1-1/+1
2017-01-25make sure to properly stop tagwriterChristian Schneppe1-1/+3
2017-01-16Add SCRAM-SHA-2 supportChristian Schneppe1-0/+3
2017-01-15refactor getServerIdentity() to parse disco result directlyChristian Schneppe1-34/+21
2016-12-18add support for RFC7711 to MTMChristian Schneppe1-1/+2
2016-11-20close socket after failed stream openChristian Schneppe1-47/+50
2016-11-20check if thread was interrupted before doing operations on socketChristian Schneppe1-77/+88
2016-11-20issue ping after network changeChristian Schneppe1-1/+1