aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor getServerIdentity() to parse disco result directlyDaniel Gultsch2017-01-121-34/+21
* only call UI thread from downloading thread every 250msDaniel Gultsch2017-01-121-5/+5
* add support for RFC7711 to MTMDaniel Gultsch2016-12-051-1/+2
* support for jid escapting when displaying localpart onlyDaniel Gultsch2016-12-011-0/+14
* close socket after failed stream openDaniel Gultsch2016-11-191-1/+4
* check if thread was interrupted before doing operations on socketDaniel Gultsch2016-11-191-74/+76
* issue ping after network changeDaniel Gultsch2016-11-181-1/+1
* don't reset last connect time on network changeDaniel Gultsch2016-11-181-2/+4
* fixed npe when jingle partner is using unknown candidateDaniel Gultsch2016-11-011-0/+4
* extracting stanza-id where by=accountDaniel Gultsch2016-10-311-0/+4
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-3/+9
* write prepped string to db. use display version everywhere elseDaniel Gultsch2016-10-201-0/+17
* synchronize access to json key storage in account modelDaniel Gultsch2016-10-131-12/+7
* reset sending to waiting on every errorDaniel Gultsch2016-10-071-1/+3
* create new instances of key manager every time it's usedDaniel Gultsch2016-10-071-3/+6
* try to fix messages stuck at sendingDaniel Gultsch2016-10-061-0/+1
* don't wait for disco when not having stream managmentDaniel Gultsch2016-09-211-1/+1
* add support for XEP-0377: Spam ReportingDaniel Gultsch2016-09-181-0/+4
* store jid if it was changed during bindDaniel Gultsch2016-09-141-1/+4
* Merge pull request #2018 from SamWhited/sasl_anonymousDaniel Gultsch2016-09-141-1/+4
|\
| * Use JID returned by the server during bindSam Whited2016-09-121-1/+1
| * Support ANONYMOUS SASLSam Whited2016-09-121-0/+3
* | don't use display version of jidsDaniel Gultsch2016-09-121-14/+10
|/
* Fix typolicaon-kter2016-09-101-1/+1
* be a bit more careful when deleting and deactivating accountsDaniel Gultsch2016-09-071-4/+10
* broader exception catchersDaniel Gultsch2016-08-301-1/+1
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-1/+2
* made payment required error standard compliantDaniel Gultsch2016-08-251-4/+5
* send register IQs without full fromDaniel Gultsch2016-08-251-3/+4
* display error status for missing internet permissionDaniel Gultsch2016-08-191-6/+8
* add payment required errorDaniel Gultsch2016-08-161-1/+16
* use direct ssl when port was manually set to 5223Daniel Gultsch2016-08-101-2/+24
* explictly set account status to offline when waiting for pushDaniel Gultsch2016-08-091-1/+2
* display specific error message when password is too weak on registrationDaniel Gultsch2016-07-251-12/+17
* add more error states for stream errorsDaniel Gultsch2016-07-141-3/+25
* don't time out disco request but just send bind requestDaniel Gultsch2016-07-131-37/+12
* do not crash on jingle connection when contact doesn't use discoDaniel Gultsch2016-07-041-2/+4
* support jingle ft:4 to be compatible with swiftDaniel Gultsch2016-06-293-31/+102
* code cleanup in jingle socks5 transportDaniel Gultsch2016-06-241-16/+2
* synchronize stanza count increment and writeDaniel Gultsch2016-06-221-11/+11
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-3/+8
* synchronize access to stanza queueDaniel Gultsch2016-06-141-21/+31
* make sure tagwriter is clear before force closing socketDaniel Gultsch2016-06-131-1/+1
* refactored pgp decryptionDaniel Gultsch2016-06-131-1/+1
* log all background stanzas when background logging is enabledDaniel Gultsch2016-06-051-0/+3
* opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-041-1/+1
* check if session is optionalDaniel Gultsch2016-05-311-1/+3
* show regitration failed try again later in UIDaniel Gultsch2016-05-241-7/+14
* access disco over caching mechanism instead of querying dbDaniel Gultsch2016-05-191-1/+1
* also save form elements in disco storageDaniel Gultsch2016-05-191-1/+1