aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/XmppConnection.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* cleanup; removed unnecessary imports and log outputsiNPUTmice2014-06-161-6/+2
|
* made muc join easier if muc server is known. added room to key wordsiNPUTmice2014-06-121-1/+1
|
* possible fix for #149 and #142iNPUTmice2014-05-281-1/+1
|
* fixed possible npeDaniel Gultsch2014-05-231-0/+6
|
* write contacts on system shutdownDaniel Gultsch2014-05-211-126/+177
|
* fixed ping time out after session resumeDaniel Gultsch2014-05-201-0/+1
|
* ported pending subscription support to new roster mgmtDaniel Gultsch2014-05-201-12/+1
|
* bind and session request more compatibleDaniel Gultsch2014-05-181-4/+11
|
* fixed #123 fixed122Daniel Gultsch2014-05-181-17/+0
|
* fixed #53 aka server not found bugDaniel Gultsch2014-05-181-0/+16
|
* sending session after unsucesfull session resume. fixed #116Daniel Gultsch2014-05-171-7/+8
|
* made sending session more compliantDaniel Gultsch2014-05-171-2/+2
|
* offline sending of pgp fixedDaniel Gultsch2014-05-161-2/+2
|
* fixed #63Daniel Gultsch2014-04-181-0/+11
|
* fixed possible race conditions with presencesDaniel Gultsch2014-04-181-1/+0
|
* socks5 initialisation works. doesn't get activate thoughDaniel Gultsch2014-04-111-2/+4
|
* disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch2014-04-081-34/+60
|
* use proper, advertised sm namespaceDaniel Gultsch2014-04-051-11/+16
|
* cleaned up log output a little bitDaniel Gultsch2014-04-051-6/+1
|
* code cleanupDaniel Gultsch2014-04-051-11/+5
|
* nothing importantDaniel Gultsch2014-04-031-1/+1
|
* Add compression supportRene Treffer2014-04-031-1/+59
|
* increased version and fixed one last null pointerDaniel Gultsch2014-04-031-0/+4
|
* fixed null pointerDaniel Gultsch2014-04-031-5/+8
|
* fixed #27Daniel Gultsch2014-04-031-1/+2
|
* Merge pull request #40 from rtreffer/minidnsDaniel Gultsch2014-04-031-2/+10
|\ | | | | Add ability to use a provided ipv4 address on connect
| * Add ability to use a provided ipv4 address on connectRene Treffer2014-04-031-2/+10
| |
* | tryping to resolve the wake lock bugDaniel Gultsch2014-04-031-3/+2
| |
* | added permenant notification when one or more accounts are unable to connectDaniel Gultsch2014-04-031-3/+0
|/
* fixed #30 - added support for digest-md5 - only works with Icewarp 11???git ↵Daniel Gultsch2014-03-311-2/+7
| | | | add src/?
* ground work to support multiple auth mechanismsDaniel Gultsch2014-03-301-2/+26
|
* treat dns timeouts as temporary. also increased timeoutDaniel Gultsch2014-03-281-0/+5
|
* fixed a couple of muc issues. added jingle listener (which doesn't do ↵Daniel Gultsch2014-03-271-8/+25
| | | | anything for now)
* holding wake locks during onStartCommandDaniel Gultsch2014-03-231-3/+3
|
* tryed to fix more otr bugs. new resource settingDaniel Gultsch2014-03-211-1/+1
|
* added no-copyDaniel Gultsch2014-03-201-27/+10
|
* otr messages are now ignored if conversations isnt 100% sure the message is oursDaniel Gultsch2014-03-191-1/+1
|
* bug fixes with leaving muc on connection loss.Daniel Gultsch2014-03-161-2/+0
|