aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '1.9.4' into trz/merge_1.9.4trz/merge_1.9.4lookshe2016-02-161-49/+47
|\
| * 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
* | | Imports organizedsteckbrief2016-02-121-14/+2
* | | Simplification of DNS requests.steckbrief2016-02-121-63/+48
* | | Merge tag '1.9.3' into trz/merge_1.9.3lookshe2016-02-111-380/+760
|\| |
| * | be more careful with resetting the stream idDaniel Gultsch2016-01-291-2/+1
| * | expert setting to trigger extended connection optionsDaniel Gultsch2016-01-251-2/+11
| |/
| * reset stanza queue when resetting xmppconnectionDaniel Gultsch2016-01-231-0/+1
| * added config variable to allow non-tls connectionsDaniel Gultsch2016-01-221-2/+3
| * reuse same xmppconnection for reconnectsDaniel Gultsch2016-01-161-0/+8
| * nimbuzz.com: don't wait for disco replies to set account to onlineDaniel Gultsch2016-01-151-11/+26
| * throw security exception instead of going to next srv entryDaniel Gultsch2016-01-121-1/+3
| * move some ssl socket modifiers into a seperate helper classDaniel Gultsch2016-01-121-56/+5
| * Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest2016-01-111-54/+149
| * reworked that loop that iterates over various serversreworked_host_finder_loopDaniel Gultsch2016-01-111-16/+10
| * throw exception at the end of the streamDaniel Gultsch2015-12-171-128/+122
| * timeout service discovery after 20sDaniel Gultsch2015-12-151-7/+42
| * wait with status change to online after all disco queries have been madeDaniel Gultsch2015-12-091-5/+14
| * add error state for unavailable tor networkDaniel Gultsch2015-12-011-6/+2
| * refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch2015-12-011-23/+6
| * do socks5 connect manuallyDaniel Gultsch2015-12-011-14/+34
| * initial tor supportDaniel Gultsch2015-12-011-5/+13
| * detect server identity and added muc-workaround for slackDaniel Gultsch2015-11-261-2/+34
| * pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-1/+1
| * don't close socket on disconnectDaniel Gultsch2015-11-011-1/+0
| * avoid npe when checking for stream restartDaniel Gultsch2015-10-291-2/+4
| * synchronize around the disco objectDaniel Gultsch2015-10-191-44/+53
| * only try EXTERNAL auth if client certificate is set for accountDaniel Gultsch2015-10-171-1/+1
| * introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-4/+6
| * block code when doing unforced disconnectDaniel Gultsch2015-10-161-35/+32
| * use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixe...Daniel Gultsch2015-10-151-2/+3
| * cleaned up some code. log last tagDaniel Gultsch2015-10-131-8/+14
| * code clean upDaniel Gultsch2015-10-121-16/+4
| * enable SASL EXTERNAL (certificate logincbeDaniel Gultsch2015-10-111-3/+61
| * Captcha support.Armin Novak2015-10-111-23/+89
| * request stanza count after every ibb data stanza to not fill our own stanza q...Daniel Gultsch2015-09-301-6/+8
| * only invoke MTM in interactive mode after direct user inputDaniel Gultsch2015-09-291-3/+15
| * let DnsHelper provide a fallback solutionDaniel Gultsch2015-09-191-42/+33
| * remove the from attribute from sendStartStream() fixes #1419Michael2015-09-191-1/+0
| * ignore spoofed stanzas in facebook chatDaniel Gultsch2015-09-171-1/+1
| * added special error state for dns timeoutDaniel Gultsch2015-09-011-1/+7
| * use build in method on >= lolipop devices to discover dns serversDaniel Gultsch2015-08-281-1/+1
| * reformating and upper bound for waiting on stanza writerDaniel Gultsch2015-08-281-8/+16
| * explictitly handle iq timeouts in bind and session iqsDaniel Gultsch2015-08-261-2/+7
| * moved actual iq callback out of synchronized find callback blockDaniel Gultsch2015-08-261-3/+7
| * fixed session timeDaniel Gultsch2015-08-251-7/+2
| * fixed regression with mlinks stream managment. fixes #1206Daniel Gultsch2015-08-241-1/+1