aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* use base64 encoding for file names uploaded with httpDaniel Gultsch2017-01-261-1/+1
* make sure to properly stop tagwriterDaniel Gultsch2017-01-221-1/+3
* Add SCRAM-SHA-2 supportSam Whited2017-01-151-3/+4
* refactor getServerIdentity() to parse disco result directlyDaniel Gultsch2017-01-121-34/+21
* add support for RFC7711 to MTMDaniel Gultsch2016-12-051-1/+2
* close socket after failed stream openDaniel Gultsch2016-11-191-1/+4
* check if thread was interrupted before doing operations on socketDaniel Gultsch2016-11-191-74/+76
* issue ping after network changeDaniel Gultsch2016-11-181-1/+1
* don't reset last connect time on network changeDaniel Gultsch2016-11-181-2/+4
* extracting stanza-id where by=accountDaniel Gultsch2016-10-311-0/+4
* synchronize access to json key storage in account modelDaniel Gultsch2016-10-131-12/+7
* reset sending to waiting on every errorDaniel Gultsch2016-10-071-1/+3
* create new instances of key manager every time it's usedDaniel Gultsch2016-10-071-3/+6
* try to fix messages stuck at sendingDaniel Gultsch2016-10-061-0/+1
* don't wait for disco when not having stream managmentDaniel Gultsch2016-09-211-1/+1
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-181-0/+4
* store jid if it was changed during bindDaniel Gultsch2016-09-141-1/+4
* Use JID returned by the server during bindSam Whited2016-09-121-1/+1
* Support ANONYMOUS SASLSam Whited2016-09-121-0/+3
* Fix typolicaon-kter2016-09-101-1/+1
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-071-4/+10
* made payment required error standard compliantDaniel Gultsch2016-08-251-4/+5
* send register IQs without full fromDaniel Gultsch2016-08-251-3/+4
* display error status for missing internet permissionDaniel Gultsch2016-08-191-6/+8
* add payment required errorDaniel Gultsch2016-08-161-1/+16
* use direct ssl when port was manually set to 5223Daniel Gultsch2016-08-101-2/+24
* explictly set account status to offline when waiting for pushDaniel Gultsch2016-08-091-1/+2
* display specific error message when password is too weak on registrationDaniel Gultsch2016-07-251-12/+17
* add more error states for stream errorsDaniel Gultsch2016-07-141-3/+25
* don't time out disco request but just send bind requestDaniel Gultsch2016-07-131-37/+12
* synchronize stanza count increment and writeDaniel Gultsch2016-06-221-11/+11
* synchronize access to stanza queueDaniel Gultsch2016-06-141-21/+31
* make sure tagwriter is clear before force closing socketDaniel Gultsch2016-06-131-1/+1
* log all background stanzas when background logging is enabledDaniel Gultsch2016-06-051-0/+3
* check if session is optionalDaniel Gultsch2016-05-311-1/+3
* show regitration failed try again later in UIDaniel Gultsch2016-05-241-7/+14
* access disco over caching mechanism instead of querying dbDaniel Gultsch2016-05-191-1/+1
* cap exponential backoff at 300s (10 attempts)Daniel Gultsch2016-05-161-1/+1
* show presence of other resources as templateDaniel Gultsch2016-05-131-4/+2
* interrupt XMPPConnection ThreadDaniel Gultsch2016-05-121-0/+9
* don’t let attempt count fall below zeroDaniel Gultsch2016-05-101-1/+1
* report host-account as account state in UIDaniel Gultsch2016-05-101-3/+9
* fix logging wrong variable for failed resumeDaniel Gultsch2016-05-081-1/+1
* check for h attribute in 'failed' nonzaDaniel Gultsch2016-05-081-3/+9
* report bind failure as account stateDaniel Gultsch2016-05-051-8/+9
* log more information about HTTP’s max upload sizeDaniel Gultsch2016-05-051-1/+6
* refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch2016-05-051-31/+18
* spelling fixesklemens2016-05-041-1/+1
* republish avatar if server offers non-persistent pep :-(Daniel Gultsch2016-04-111-7/+9
* don't throw IO exception at end of streamDaniel Gultsch2016-04-101-1/+0