aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* try to fix idn stuffidn_fixesDaniel 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
* cap exponential backoff at 300s (10 attempts)Daniel Gultsch2016-05-161-1/+1
* show presence of other resources as templateDaniel Gultsch2016-05-131-4/+2
* interrupt XMPPConnection ThreadDaniel Gultsch2016-05-121-0/+9
* don’t let attempt count fall below zeroDaniel Gultsch2016-05-101-1/+1
* report host-account as account state in UIDaniel Gultsch2016-05-101-3/+9
* fix logging wrong variable for failed resumeDaniel Gultsch2016-05-081-1/+1
* check for h attribute in 'failed' nonzaDaniel Gultsch2016-05-081-3/+9
* report bind failure as account stateDaniel Gultsch2016-05-051-8/+9
* log more information about HTTP’s max upload sizeDaniel Gultsch2016-05-051-1/+6
* refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch2016-05-051-31/+18
* spelling fixesklemens2016-05-042-3/+3