aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/XmppConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* deduplicate disco items before disco#infoChristian Schneppe2017-08-011-1/+7
* fixed ip reporting for dns look upsChristian Schneppe2017-06-241-1/+1
* also check for hostname in in certs if hostname is from trusted sourceChristian Schneppe2017-06-241-16/+16
* upgrade minidns. refactored dns utilsChristian Schneppe2017-06-241-25/+14
* offer to open website if ibb offers oob redirectChristian Schneppe2017-06-241-9/+31
* rename resource on bind conflictChristian Schneppe2017-05-311-1/+7
* invoke statusChanged callback after syncronizationChristian Schneppe2017-05-311-16/+20
* synchronize on dedicated lock for catchup instead of accountChristian Schneppe2017-05-311-1/+7
* clean up client cert selection codeChristian Schneppe2017-05-281-1/+2
* differentiate starttls failure and sasl failureChristian Schneppe2017-05-171-14/+17
* fixed missing lines in unified all account state exceptionsChristian Schneppe2017-05-121-2/+6
* do not synchronize startXmpp() and sendPacket() on the same objectChristian Schneppe2017-05-101-4/+2
* reset resource after bind failureChristian Schneppe2017-05-101-0/+1
* unified all account state exceptionsChristian Schneppe2017-05-101-63/+31
* avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe2017-05-091-7/+9
* make sure tag writer thread shuts downChristian Schneppe2017-04-261-2/+3
* Optimized imports from entire projectChristian Schneppe2017-04-131-1/+1
* do not pipeline first SM request because that might fail when resume failsChristian Schneppe2017-03-231-1/+1
* experimental: wait for SM catchup before triggering notificationsChristian Schneppe2017-03-231-0/+21
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-12/+12
* Fix a typo in legacyChristian Schneppe2017-02-221-2/+2
* migrate domain and host exemption into seperate classChristian Schneppe2017-02-221-2/+7
* npe checksChristian Schneppe2017-02-221-2/+4
* bump mam namespaceChristian Schneppe2017-02-221-2/+7
* only force close tagwriter before creating a new oneChristian Schneppe2017-02-141-6/+3
* use base64 encoding for file names uploaded with httpChristian Schneppe2017-01-291-1/+1
* make sure to properly stop tagwriterChristian Schneppe2017-01-251-1/+3
* Add SCRAM-SHA-2 supportChristian Schneppe2017-01-161-0/+3
* refactor getServerIdentity() to parse disco result directlyChristian Schneppe2017-01-151-34/+21
* add support for RFC7711 to MTMChristian Schneppe2016-12-181-1/+2
* close socket after failed stream openChristian Schneppe2016-11-201-47/+50
* check if thread was interrupted before doing operations on socketChristian Schneppe2016-11-201-77/+88
* issue ping after network changeChristian Schneppe2016-11-201-1/+1