aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-19access disco over caching mechanism instead of querying dbDaniel Gultsch1-1/+1
2016-05-16cap exponential backoff at 300s (10 attempts)Daniel Gultsch1-1/+1
2016-05-13show presence of other resources as templateDaniel Gultsch1-4/+2
2016-05-12interrupt XMPPConnection ThreadDaniel Gultsch1-0/+9
2016-05-10don’t let attempt count fall below zeroDaniel Gultsch1-1/+1
2016-05-10report host-account as account state in UIDaniel Gultsch1-3/+9
2016-05-08fix logging wrong variable for failed resumeDaniel Gultsch1-1/+1
2016-05-08check for h attribute in 'failed' nonzaDaniel Gultsch1-3/+9
2016-05-05report bind failure as account stateDaniel Gultsch1-8/+9
2016-05-05log more information about HTTP’s max upload sizeDaniel Gultsch1-1/+6
2016-05-05refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch1-31/+18
2016-05-04spelling fixesklemens1-1/+1
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch1-7/+9
2016-04-10don't throw IO exception at end of streamDaniel Gultsch1-1/+0
2016-04-10moved authentication into seperate method. force close socket before changing...Daniel Gultsch1-38/+44
2016-04-09transform nimbuzz workaround into a more general 'waitForDisco' conditionDaniel Gultsch1-6/+11
2016-04-08add required disco#items query to timeout listDaniel Gultsch1-1/+4
2016-04-04switched around info and items query to avoid race conditionDaniel Gultsch1-1/+1
2016-04-04made sure the disco#items query has returned before finalizing the bindDaniel Gultsch1-12/+24
2016-04-01check max http file size when attaching filesDaniel Gultsch1-2/+15
2016-03-31add methods to check max file size for http uploadDaniel Gultsch1-8/+21
2016-03-20be more careful to avoid creating multiple connectionsDaniel Gultsch1-3/+7
2016-03-11log reason for bind failureDaniel Gultsch1-2/+2
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief1-14/+1
2016-02-17fixed regression that caused messages in muc not being sendDaniel Gultsch1-1/+1
2016-02-14optional mode to close tcp connection when going into backgroundDaniel Gultsch1-20/+38
2016-02-12Imports organizedsteckbrief1-14/+2
2016-02-12Simplification of DNS requests.steckbrief1-63/+48
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-9/+5
2016-02-03use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch1-1/+1
2016-02-03cache server capsDaniel Gultsch1-1/+16
2016-01-29be more careful with resetting the stream idDaniel Gultsch1-2/+1
2016-01-25expert setting to trigger extended connection optionsDaniel Gultsch1-2/+11
2016-01-23Factor out a representation of XEP-0030 resultsStephen Paul Weber1-47/+30
2016-01-23reset stanza queue when resetting xmppconnectionDaniel Gultsch1-0/+1
2016-01-22added config variable to allow non-tls connectionsDaniel Gultsch1-2/+3
2016-01-16reuse same xmppconnection for reconnectsDaniel Gultsch1-0/+8
2016-01-15nimbuzz.com: don't wait for disco replies to set account to onlineDaniel Gultsch1-11/+26
2016-01-12throw security exception instead of going to next srv entryDaniel Gultsch1-1/+3
2016-01-12move some ssl socket modifiers into a seperate helper classDaniel Gultsch1-56/+5
2016-01-11Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest1-54/+149
2016-01-11reworked that loop that iterates over various serversreworked_host_finder_loopDaniel Gultsch1-16/+10
2015-12-17throw exception at the end of the streamDaniel Gultsch1-128/+122
2015-12-15timeout service discovery after 20sDaniel Gultsch1-7/+42
2015-12-09wait with status change to online after all disco queries have been madeDaniel Gultsch1-5/+14
2015-12-01add error state for unavailable tor networkDaniel Gultsch1-6/+2
2015-12-01refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch1-23/+6
2015-12-01do socks5 connect manuallyDaniel Gultsch1-14/+34
2015-12-01initial tor supportDaniel Gultsch1-5/+13
2015-11-26detect server identity and added muc-workaround for slackDaniel Gultsch1-2/+34