aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-061-0/+3
|\
| * log all background stanzas when background logging is enabledDaniel Gultsch2016-06-051-0/+3
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-011-1/+3
|\|
| * check if session is optionalDaniel Gultsch2016-05-311-1/+3
* | optimize importsChristian Schneppe2016-05-311-1/+1
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-271-7/+14
|\|
| * show regitration failed try again later in UIDaniel Gultsch2016-05-241-7/+14
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-201-2/+2
|\|
| * 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
* | show presence of other resources as templateDaniel Gultsch2016-05-131-4/+2
* | interrupt XMPPConnection ThreadDaniel Gultsch2016-05-131-0/+9
* | don’t let attempt count fall below zeroDaniel Gultsch2016-05-131-1/+1
* | report host-account as account state in UIDaniel Gultsch2016-05-131-3/+9
* | fix logging wrong variable for failed resumeDaniel Gultsch2016-05-131-1/+1
* | check for h attribute in 'failed' nonzaDaniel Gultsch2016-05-131-3/+9
* | Merge remote-tracking branch 'refs/remotes/siacs/master' into developmentChristian S2016-05-061-9/+15
|\|
| * 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
* | Merge remote-tracking branch 'refs/remotes/siacs/master' into developmentChristian S2016-05-051-31/+18
|\|
| * refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch2016-05-051-31/+18
* | Merge remote-tracking branch 'refs/remotes/siacs/master' into HEADChristian S2016-05-041-1/+1
|\|
| * spelling fixesklemens2016-05-041-1/+1
* | added multiple ports to connect to...Christian S2016-04-221-4/+7
* | use IP/port to connect to serverChristian S2016-04-211-1/+11
|/
* 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
* optional mode to close tcp connection when going into backgroundDaniel Gultsch2016-02-141-20/+38
* client side support for XEP-0357: Push NotificationsDaniel Gultsch2016-02-121-9/+5
* use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch2016-02-031-1/+1
* cache server capsDaniel Gultsch2016-02-031-1/+16
* Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations into...Daniel Gultsch2016-02-021-47/+30
|\
| * Factor out a representation of XEP-0030 resultsStephen Paul Weber2016-01-231-47/+30
* | be more careful with resetting the stream idDaniel Gultsch2016-01-291-2/+1