aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/jingle/JingleConnectionManager.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more error handling for jingle connectionsiNPUTmice2014-06-291-0/+8
|
* ensure that iq response is being send out for jingle packets. remove jingle ↵Daniel Gultsch2014-05-131-2/+6
| | | | connection from manager after termination
* reworked openpgp integration part #1Daniel Gultsch2014-05-011-1/+1
|
* added support for ibbDaniel Gultsch2014-04-221-0/+27
|
* more jingle bug fixesDaniel Gultsch2014-04-191-3/+0
|
* made debugging verbose again on specific partsDaniel Gultsch2014-04-191-4/+4
|
* fixed default autoaccept file size and wrongly marked messageDaniel Gultsch2014-04-191-2/+2
|
* lot of cleanup in jingle partDaniel Gultsch2014-04-181-20/+7
|
* tried to fix some race conditions. not adding duplicate candidates. needs ↵Daniel Gultsch2014-04-141-3/+6
| | | | more checks though
* transmitting files between two conversations works. no error handling and no ↵Daniel Gultsch2014-04-131-1/+12
| | | | ui on the receiving end
* some code cleanup. added setting to auto accept files. socks5 connections ↵Daniel Gultsch2014-04-131-0/+4
| | | | are now threaded
* more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch2014-04-131-7/+12
|
* first file transfer between gajim and conversations. still a lot to do thoughDaniel Gultsch2014-04-111-7/+0
|
* socks5 initialisation works. doesn't get activate thoughDaniel Gultsch2014-04-111-19/+19
|
* incomming jingle packets are routed to their connection. added presence ↵Daniel Gultsch2014-04-101-39/+73
| | | | chooser in gui
* disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch2014-04-081-0/+93