aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-12refactor getServerIdentity() to parse disco result directlyDaniel Gultsch1-34/+21
2017-01-12only call UI thread from downloading thread every 250msDaniel Gultsch1-5/+5
2016-12-05add support for RFC7711 to MTMDaniel Gultsch1-1/+2
2016-12-01support for jid escapting when displaying localpart onlyDaniel Gultsch1-0/+14
2016-11-19close socket after failed stream openDaniel Gultsch1-1/+4
2016-11-19check if thread was interrupted before doing operations on socketDaniel Gultsch1-74/+76
2016-11-18issue ping after network changeDaniel Gultsch1-1/+1
2016-11-18don't reset last connect time on network changeDaniel Gultsch1-2/+4
2016-11-01fixed npe when jingle partner is using unknown candidateDaniel Gultsch1-0/+4
2016-10-31extracting stanza-id where by=accountDaniel Gultsch1-0/+4
2016-10-26add error message to failed messages. accessible via context menuDaniel Gultsch1-3/+9
2016-10-20write prepped string to db. use display version everywhere elseDaniel Gultsch1-0/+17
2016-10-13synchronize access to json key storage in account modelDaniel Gultsch1-12/+7
2016-10-07reset sending to waiting on every errorDaniel Gultsch1-1/+3
2016-10-07create new instances of key manager every time it's usedDaniel Gultsch1-3/+6
2016-10-06try to fix messages stuck at sendingDaniel Gultsch1-0/+1
2016-09-21don't wait for disco when not having stream managmentDaniel Gultsch1-1/+1
2016-09-18add support for XEP-0377: Spam ReportingDaniel Gultsch1-0/+4
2016-09-14store jid if it was changed during bindDaniel Gultsch1-1/+4
2016-09-12don't use display version of jidsDaniel Gultsch1-14/+10
2016-09-12Use JID returned by the server during bindSam Whited1-1/+1
2016-09-12Support ANONYMOUS SASLSam Whited1-0/+3
2016-09-10Fix typolicaon-kter1-1/+1
2016-09-07be a bit more careful when deleting and deactivating accountsDaniel Gultsch1-4/+10
2016-08-30broader exception catchersDaniel Gultsch1-1/+1
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-1/+2
2016-08-25made payment required error standard compliantDaniel Gultsch1-4/+5
2016-08-25send register IQs without full fromDaniel Gultsch1-3/+4
2016-08-19display error status for missing internet permissionDaniel Gultsch1-6/+8
2016-08-16add payment required errorDaniel Gultsch1-1/+16
2016-08-10use direct ssl when port was manually set to 5223Daniel Gultsch1-2/+24
2016-08-09explictly set account status to offline when waiting for pushDaniel Gultsch1-1/+2
2016-07-25display specific error message when password is too weak on registrationDaniel Gultsch1-12/+17
2016-07-14add 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-04do not crash on jingle connection when contact doesn't use discoDaniel Gultsch1-2/+4
2016-06-29support jingle ft:4 to be compatible with swiftDaniel Gultsch3-31/+102
2016-06-24code cleanup in jingle socks5 transportDaniel Gultsch1-16/+2
2016-06-22synchronize stanza count increment and writeDaniel Gultsch1-11/+11
2016-06-15delay notification until after pgp decryptionDaniel Gultsch1-3/+8
2016-06-14synchronize access to stanza queueDaniel Gultsch1-21/+31
2016-06-13make sure tagwriter is clear before force closing socketDaniel Gultsch1-1/+1
2016-06-13refactored 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-05-31check if session is optionalDaniel Gultsch1-1/+3
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