aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/jingle/JingleConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* added support for ibbDaniel Gultsch2014-04-221-19/+94
* code cleanupDaniel Gultsch2014-04-211-17/+10
* added missing transport idDaniel Gultsch2014-04-211-0/+1
* added proxy activate and a lot of code clean up. totatly untestedDaniel Gultsch2014-04-201-57/+114
* more jingle bug fixesDaniel Gultsch2014-04-191-5/+6
* made debugging verbose again on specific partsDaniel Gultsch2014-04-191-0/+6
* fixed default autoaccept file size and wrongly marked messageDaniel Gultsch2014-04-191-1/+1
* cleaned up debug log a little bitDaniel Gultsch2014-04-191-75/+59
* tried to avoid some more race conditions in jingleDaniel Gultsch2014-04-181-34/+65
* lot of cleanup in jingle partDaniel Gultsch2014-04-181-69/+140
* fixed destination bugDaniel Gultsch2014-04-181-2/+3
* jingle sessions now get terminated proberly on successDaniel Gultsch2014-04-161-17/+31
* added very basic, very untested gui on the receiving sideDaniel Gultsch2014-04-141-24/+51
* tried to fix some race conditions. not adding duplicate candidates. needs mor...Daniel Gultsch2014-04-141-12/+31
* transmitting files between two conversations works. no error handling and no ...Daniel Gultsch2014-04-131-19/+42
* some code cleanup. added setting to auto accept files. socks5 connections are...Daniel Gultsch2014-04-131-37/+127
* more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch2014-04-131-9/+65
* add sha1 sum to fileDaniel Gultsch2014-04-121-1/+3
* first file transfer between gajim and conversations. still a lot to do thoughDaniel Gultsch2014-04-111-1/+33
* socks5 initialisation works. doesn't get activate thoughDaniel Gultsch2014-04-111-9/+53
* incomming jingle packets are routed to their connection. added presence choos...Daniel Gultsch2014-04-101-2/+25
* disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch2014-04-081-0/+92