aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed package id inside manifest and projectChristian Schneppe2016-07-2943-4775/+0
|
* 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-171-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-091-2/+4
|
* code cleanupChristian Schneppe2016-07-021-2/+0
|
* support jingle ft:4 to be compatible with swiftDaniel Gultsch2016-06-303-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)
* 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-191-3/+8
|
* synchronize access to stanza queueDaniel Gultsch2016-06-141-21/+31
|
* make sure tagwriter is clear before force closing socketDaniel Gultsch2016-06-141-1/+1
|
* refactored pgp decryptionDaniel Gultsch2016-06-141-1/+1
|
* Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-062-1/+4
|\
| * 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
| |
* | add first 4 chars to file namesChristian Schneppe2016-06-041-1/+1
| | | | | | | | | | fixes download of multiple files within the same time becauser prosody doesn't send milliseconds
* | use datetime as filenameChristian Schneppe2016-06-011-3/+7
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-011-1/+3
|\|
| * check if session is optionalDaniel Gultsch2016-05-311-1/+3
| |
* | optimize importsChristian Schneppe2016-05-312-4/+1
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-271-7/+14
|\|
| * show regitration failed try again later in UIDaniel Gultsch2016-05-241-7/+14
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-05-202-3/+3
|\|
| * 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
| | | | | | | | | | 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
| * 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
| |
* | show presence of other resources as templateDaniel Gultsch2016-05-131-4/+2
| |
* | interrupt XMPPConnection ThreadDaniel Gultsch2016-05-131-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
* | don’t let attempt count fall below zeroDaniel Gultsch2016-05-131-1/+1
| |
* | report host-account as account state in UIDaniel Gultsch2016-05-131-3/+9
| |
* | fix logging wrong variable for failed resumeDaniel Gultsch2016-05-131-1/+1
| |
* | check for h attribute in 'failed' nonzaDaniel Gultsch2016-05-131-3/+9
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master' into developmentChristian S2016-05-061-9/+15
|\|
| * 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
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master' into developmentChristian S2016-05-051-31/+18
|\|
| * refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch2016-05-051-31/+18
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master' into HEADChristian S2016-05-042-3/+3
|\|
| * spelling fixesklemens2016-05-042-3/+3
| |
* | added multiple ports to connect to...Christian S2016-04-221-4/+7
| | | | | | | | ...and choose a random port to connect
* | use IP/port to connect to serverChristian S2016-04-211-1/+11
| |
* | Merge remote-tracking branch 'refs/remotes/siacs/master' into developmentChristian S2016-04-141-7/+9
|\|
| * republish avatar if server offers non-persistent pep :-(Daniel Gultsch2016-04-111-7/+9
| |