aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01detect server identity and added muc-workaround for slackslack_workaroundDaniel Gultsch1-2/+34
2015-11-01don't close socket on disconnectDaniel Gultsch1-1/+0
2015-10-29avoid npe when checking for stream restartDaniel Gultsch1-2/+4
2015-10-19synchronize around the disco objectDaniel Gultsch1-44/+53
2015-10-17only try EXTERNAL auth if client certificate is set for accountDaniel Gultsch1-1/+1
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-4/+6
2015-10-16block code when doing unforced disconnectDaniel Gultsch1-35/+32
2015-10-15use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixe...Daniel Gultsch1-2/+3
2015-10-13cleaned up some code. log last tagDaniel Gultsch1-8/+14
2015-10-12code clean upDaniel Gultsch1-16/+4
2015-10-11enable SASL EXTERNAL (certificate logincbeDaniel Gultsch1-3/+61
2015-10-11Captcha support.Armin Novak1-23/+89
2015-09-30request stanza count after every ibb data stanza to not fill our own stanza q...Daniel Gultsch1-6/+8
2015-09-29only invoke MTM in interactive mode after direct user inputDaniel Gultsch1-3/+15
2015-09-19let DnsHelper provide a fallback solutionDaniel Gultsch1-42/+33
2015-09-19remove the from attribute from sendStartStream() fixes #1419Michael1-1/+0
2015-09-17ignore spoofed stanzas in facebook chatDaniel Gultsch1-1/+1
2015-09-01added special error state for dns timeoutDaniel Gultsch1-1/+7
2015-08-28use build in method on >= lolipop devices to discover dns serversDaniel Gultsch1-1/+1
2015-08-28reformating and upper bound for waiting on stanza writerDaniel Gultsch1-8/+16
2015-08-26explictitly handle iq timeouts in bind and session iqsDaniel Gultsch1-2/+7
2015-08-26moved actual iq callback out of synchronized find callback blockDaniel Gultsch1-3/+7
2015-08-25fixed session timeDaniel Gultsch1-7/+2
2015-08-24fixed regression with mlinks stream managment. fixes #1206Daniel Gultsch1-1/+1
2015-08-23introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch1-2/+2
2015-08-23reformatingDaniel Gultsch1-3/+1
2015-08-23deal with another set of stream:features after bindDaniel Gultsch1-7/+9
2015-08-23remove callbacks directly from iteratorDaniel Gultsch1-2/+2
2015-08-23don't make subsequent iq request when original stanza returned an errorDaniel Gultsch1-30/+45
2015-08-23modified clearIqCallbacks into 2-step processDaniel Gultsch1-10/+15
2015-08-19simulate old behaviour with messages being set to waiting while offlineDaniel Gultsch1-2/+10
2015-08-16deal with broken frameworksDaniel Gultsch1-4/+1
2015-08-16synchronize packetCallbacksDaniel Gultsch1-25/+30
2015-08-15fully depend on smDaniel Gultsch1-48/+31
2015-08-08removed dead codeDaniel Gultsch1-10/+0
2015-08-08don't request ack for iq stanzas before stream managment is initializedDaniel Gultsch1-2/+2
2015-08-06request server-ACKs for iq stanzasDaniel Gultsch1-33/+37
2015-08-06fail old/invalid iq stanzas on bindDaniel Gultsch1-0/+13
2015-07-24rewrote dns fallbackDaniel Gultsch1-0/+3
2015-07-20Optimize importsAndreas Straub1-1/+0
2015-07-10catch number format exception in server ackDaniel Gultsch1-10/+14
2015-06-29initial http upload supportDaniel Gultsch1-5/+9
2015-06-19don't perform dns lookups on domain parts that obviously look like ip addressesDaniel Gultsch1-43/+53
2015-05-28let dns library take care of no-srv style hosts as wellDaniel Gultsch1-3/+0
2015-05-25use same sm check inside xmppconnection and outDaniel Gultsch1-1/+1
2015-05-18use same socket time out for jingle and xmpp connectionsDaniel Gultsch1-1/+1
2015-05-17fixed crash on failed account registryDaniel Gultsch1-1/+1
2015-05-08throw proper exception before changing account into error stateDaniel Gultsch1-11/+31
2015-05-06fixed npe when missing instructions on failed registerDaniel Gultsch1-7/+5
2015-05-06fwiw don't allow stanza count to go over MAX_INTDaniel Gultsch1-0/+9