aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved authentication into seperate method. force close socket before changing...Daniel Gultsch2016-04-101-38/+44
* transform nimbuzz workaround into a more general 'waitForDisco' conditionDaniel Gultsch2016-04-091-6/+11
* add required disco#items query to timeout listDaniel Gultsch2016-04-081-1/+4
* switched around info and items query to avoid race conditionDaniel Gultsch2016-04-041-1/+1
* made sure the disco#items query has returned before finalizing the bindDaniel Gultsch2016-04-041-12/+24
* check max http file size when attaching filesDaniel Gultsch2016-04-011-2/+15
* add methods to check max file size for http uploadDaniel Gultsch2016-03-311-8/+21
* be more careful to avoid creating multiple connectionsDaniel Gultsch2016-03-201-3/+7
* log reason for bind failureDaniel Gultsch2016-03-111-2/+2
* fixed regression that caused messages in muc not being sendDaniel Gultsch2016-02-171-1/+1