aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xmpp/XmppConnection.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | as this can block the ui
* 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
| | | | and waiting for sm catchup
* 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
| | | | | | | 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
* 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
|
* don't reset last connect time on network changeChristian Schneppe2016-11-201-2/+4
|
* reformat codeChristian Schneppe2016-11-191-1571/+1571
|
* extracting stanza-id where by=accountChristian Schneppe2016-11-071-0/+4
|
* code cleanupChristian Schneppe2016-10-181-2/+0
|
* synchronize access to json key storage in account modelChristian Schneppe2016-10-131-12/+7
|
* reset sending to waiting on every errorChristian Schneppe2016-10-081-1/+3
|
* create new instances of key manager every time it's usedChristian Schneppe2016-10-081-3/+6
|
* try to fix messages stuck at sendingChristian Schneppe2016-10-081-1/+2
|
* add some more errors to UI if there where errors during account creationChristian Schneppe2016-09-241-1/+10
| | | | might fix #95
* don't wait for disco when not having stream managmentDaniel Gultsch2016-09-231-1/+1
|
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-231-0/+4
|
* store jid if it was changed during bindChristian Schneppe2016-09-171-2/+5
|
* Use JID returned by the server during bindSam Whited2016-09-141-1/+1
| | | | Not just the resourcepart
* Support ANONYMOUS SASLSam Whited2016-09-141-0/+3
|
* Fix typolicaon-kter2016-09-141-1/+1
|
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-081-4/+10
|
* made payment required error standard compliantDaniel Gultsch2016-08-261-4/+5
|
* send register IQs without full fromDaniel Gultsch2016-08-261-3/+4
|
* display error status for missing internet permissionDaniel Gultsch2016-08-261-6/+8
|
* add payment required errorDaniel Gultsch2016-08-261-1/+16
|