aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-11-20don't reset last connect time on network changeChristian Schneppe1-2/+4
2016-11-19reformat codeChristian Schneppe1-1571/+1571
2016-11-07extracting stanza-id where by=accountChristian Schneppe1-0/+4
2016-10-18code cleanupChristian Schneppe1-2/+0
2016-10-13synchronize access to json key storage in account modelChristian Schneppe1-12/+7
2016-10-08reset sending to waiting on every errorChristian Schneppe1-1/+3
2016-10-08create new instances of key manager every time it's usedChristian Schneppe1-3/+6
2016-10-08try to fix messages stuck at sendingChristian Schneppe1-1/+2
2016-09-24add some more errors to UI if there where errors during account creationChristian Schneppe1-1/+10
2016-09-23don't wait for disco when not having stream managmentDaniel Gultsch1-1/+1
2016-09-23add support for XEP-0377: Spam ReportingDaniel Gultsch1-0/+4
2016-09-17store jid if it was changed during bindChristian Schneppe1-2/+5
2016-09-14Use JID returned by the server during bindSam Whited1-1/+1
2016-09-14Support ANONYMOUS SASLSam Whited1-0/+3
2016-09-14Fix typolicaon-kter1-1/+1
2016-09-08be a bit more careful when deleting and deactivating accountsDaniel Gultsch1-4/+10
2016-08-26made payment required error standard compliantDaniel Gultsch1-4/+5
2016-08-26send register IQs without full fromDaniel Gultsch1-3/+4
2016-08-26display error status for missing internet permissionDaniel Gultsch1-6/+8
2016-08-26add payment required errorDaniel Gultsch1-1/+16
2016-08-11use direct ssl when port was manually set to 5223Daniel Gultsch1-2/+24
2016-08-11explictly set account status to offline when waiting for pushDaniel Gultsch1-1/+2
2016-07-29changed package id inside manifest and projectChristian Schneppe1-38/+38
2016-07-25display specific error message when password is too weak on registrationDaniel Gultsch1-12/+17
2016-07-17add more error states for stream errorsDaniel Gultsch1-3/+25
2016-07-13don't time out disco request but just send bind requestDaniel Gultsch1-37/+12
2016-06-22synchronize stanza count increment and writeDaniel Gultsch1-11/+11
2016-06-14synchronize access to stanza queueDaniel Gultsch1-21/+31