aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
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-11Merge tag '1.5.2' into trz/rebaselookshe1-120/+202
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-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-1125/+0
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
2015-05-02mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch1-19/+24
2015-05-02mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch1-19/+24
2015-04-29added config option to be a bit more verbose about stanza countsDaniel Gultsch1-4/+14
2015-04-25fixed service discovery by properly storing and checking identitiesDaniel Gultsch1-27/+48
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-09don't resume old session when changing resourceiNPUTmice1-0/+4
2015-03-20wait for session iq to return sucessfully before sending other stanzas. fixed...iNPUTmice1-26/+42
2015-03-05avoid unnecessary thread creationiNPUTmice1-0/+7
2015-02-12load messages asynchronouslyiNPUTmice1-0/+6