aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/XmppConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* reworked dns retryiNPUTmice2014-10-271-34/+33
* added hostname verifier to httpconnectioniNPUTmice2014-10-221-1/+2
* throw exception when no servers are left to tryiNPUTmice2014-10-211-0/+6
* refactored avatar generation. first stepiNPUTmice2014-10-201-19/+25
* keep reference to previous and next message in messageiNPUTmice2014-10-201-1/+0
* Merge pull request #554 from SamWhited/tlsDaniel Gultsch2014-10-201-7/+38
|\
| * Make legacy SSL option default to falseSam Whited2014-10-191-1/+1
| * Add "Enable legacy SSL" preferenceSam Whited2014-10-191-11/+33
| * Remove support for legacy SSLSam Whited2014-10-181-1/+9
| * Enable all supported protocols including TLSv1.1 and 1.2Sam Whited2014-10-161-0/+1
* | force tls for registrations as welliNPUTmice2014-10-191-2/+5
* | force tlsiNPUTmice2014-10-191-3/+5
* | try all srv responses if necessaryFrank Zschockelt2014-10-161-4/+17
|/
* refactored file download status. make image http download available for carbo...iNPUTmice2014-10-151-1/+1
* fixed possible logout bugsiNPUTmice2014-10-081-2/+2
* only delivery get and set iq packets to unhandled iq listener. only create ji...iNPUTmice2014-10-051-10/+18
* sending initial ping before going online after login/resume to ensure that al...iNPUTmice2014-10-051-2/+18
* no dns retry after nosrv erroriNPUTmice2014-10-041-1/+5
* new notification service. first draftDaniel Gultsch2014-09-281-1/+1
* changed method that determins whether or not sm is availableiNPUTmice2014-09-231-5/+1
* fixed very rare npeiNPUTmice2014-09-221-1/+1
* fixed presence splittingiNPUTmice2014-09-201-1/+1
* setting to increase font size. fixed #420iNPUTmice2014-09-081-4/+7
* avoiding resource conflictsiNPUTmice2014-09-031-2/+7
* some code cleanupiNPUTmice2014-08-311-84/+120
* Merge branch 'sm' into developmentiNPUTmice2014-08-301-8/+46
|\
| * reset unsend messages to waitingiNPUTmice2014-08-301-0/+2
| * properly set stanza count on session resumeiNPUTmice2014-08-301-3/+21
| * basic message ackingiNPUTmice2014-08-301-5/+23
* | proper namespaces for xep-0352iNPUTmice2014-08-301-1/+1
* | added basic csiiNPUTmice2014-08-301-0/+18
|/
* removed server compat value in favor of a (small xep list)Daniel Gultsch2014-08-231-36/+0
* added roster versioning to calculation of server compatiNPUTmice2014-08-211-0/+5
* better error display and additional infos (stats) for the edit account activityiNPUTmice2014-08-191-13/+72
* moved add/edit account from dialog into seperate activityiNPUTmice2014-08-151-5/+0
* better handling of null streamsiNPUTmice2014-08-151-7/+0
* another rare npe fixediNPUTmice2014-08-141-0/+6
* added warning lable if server doesn't support pubsub. refactored feature iden...iNPUTmice2014-08-091-28/+45
* migrated some ArrayLists to CopyOnWriteArrayListsiNPUTmice2014-07-271-10/+1
* fixed npe with unsuccesfull bindiNPUTmice2014-07-261-18/+25
* removed outdated tls erroriNPUTmice2014-07-241-3/+1
* switched to mtmiNPUTmice2014-07-221-65/+16
* moved most of the message/presence generation into seperate classesiNPUTmice2014-07-121-12/+1
* improved iterating over hashmapiNPUTmice2014-07-111-7/+3
* couple of modifications for disco discoveryiNPUTmice2014-06-301-3/+12
* removed unecessary loggingiNPUTmice2014-06-251-5/+0
* wrap wakelock release with try catchiNPUTmice2014-06-251-4/+4
* removed warningsiNPUTmice2014-06-221-1/+0
* fixed #220iNPUTmice2014-06-221-0/+1
* not working version of otr file transferiNPUTmice2014-06-201-5/+7