aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe43-4775/+0
2016-07-25display specific error message when password is too weak on registrationDaniel Gultsch1-12/+17
2016-07-17add more error states for stream errorsDaniel Gultsch1-3/+25
2016-07-13don't time out disco request but just send bind requestDaniel Gultsch1-37/+12
2016-07-09do not crash on jingle connection when contact doesn't use discoDaniel Gultsch1-2/+4
2016-07-02code cleanupChristian Schneppe1-2/+0
2016-06-30support jingle ft:4 to be compatible with swiftDaniel Gultsch3-31/+102
Conversations and Gajim both have an implementation bug that sends the jingle session id instead of the transport id (compare XEP-260 2.2). This commit has a work around for this that remains buggy when using ft:3. If gajim is ever to fix this we will be incompatbile. gajim should implement ft:4 instead. (gajim to gajim is broken as well)
2016-06-24code cleanup in jingle socks5 transportDaniel Gultsch1-16/+2
2016-06-22synchronize stanza count increment and writeDaniel Gultsch1-11/+11
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-3/+8
2016-06-14synchronize access to stanza queueDaniel Gultsch1-21/+31
2016-06-14make sure tagwriter is clear before force closing socketDaniel Gultsch1-1/+1
2016-06-14refactored pgp decryptionDaniel Gultsch1-1/+1
2016-06-05log all background stanzas when background logging is enabledDaniel Gultsch1-0/+3
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-1/+1
2016-06-04add first 4 chars to file namesChristian Schneppe1-1/+1
fixes download of multiple files within the same time becauser prosody doesn't send milliseconds
2016-06-01use datetime as filenameChristian Schneppe1-3/+7
2016-05-31check if session is optionalDaniel Gultsch1-1/+3
2016-05-31optimize importsChristian Schneppe2-4/+1
2016-05-24show regitration failed try again later in UIDaniel Gultsch1-7/+14
2016-05-19access disco over caching mechanism instead of querying dbDaniel Gultsch1-1/+1
2016-05-19also save form elements in disco storageDaniel 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-13interrupt XMPPConnection ThreadDaniel Gultsch1-0/+9
in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread
2016-05-13don’t let attempt count fall below zeroDaniel Gultsch1-1/+1
2016-05-13report host-account as account state in UIDaniel Gultsch1-3/+9
2016-05-13fix logging wrong variable for failed resumeDaniel Gultsch1-1/+1
2016-05-13check for h attribute in 'failed' nonzaDaniel Gultsch1-3/+9
2016-05-13show presence of other resources as templateDaniel Gultsch1-4/+2
2016-05-12interrupt XMPPConnection ThreadDaniel Gultsch1-0/+9
in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread
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 fixesklemens2-3/+3
2016-04-22added multiple ports to connect to...Christian S1-4/+7
...and choose a random port to connect
2016-04-21use IP/port to connect to serverChristian S1-1/+11
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 ↵Daniel Gultsch1-38/+44
changing status
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