aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/jingle/JingleConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-22removed warningsiNPUTmice1-3/+2
2014-06-20not working version of otr file transferiNPUTmice1-4/+20
2014-05-13ensure that iq response is being send out for jingle packets. remove jingle c...Daniel Gultsch1-20/+38
2014-05-07correct status after error iqDaniel Gultsch1-1/+3
2014-05-06basic pgp encrypted file transferDaniel Gultsch1-10/+10
2014-05-03content name and creator are properly setDaniel Gultsch1-8/+13
2014-04-26bug fix for jingleDaniel Gultsch1-1/+1
2014-04-25couple of more optimazations on image loadingDaniel Gultsch1-3/+13
2014-04-23deny files with unknown file typesDaniel Gultsch1-21/+65
2014-04-22added download button for images not accepted automaticallyDaniel Gultsch1-7/+31
2014-04-22added support for ibbDaniel Gultsch1-19/+94
2014-04-21code cleanupDaniel Gultsch1-17/+10
2014-04-21added missing transport idDaniel Gultsch1-0/+1
2014-04-20added proxy activate and a lot of code clean up. totatly untestedDaniel Gultsch1-57/+114
2014-04-19more jingle bug fixesDaniel Gultsch1-5/+6
2014-04-19made debugging verbose again on specific partsDaniel Gultsch1-0/+6
2014-04-19fixed default autoaccept file size and wrongly marked messageDaniel Gultsch1-1/+1
2014-04-19cleaned up debug log a little bitDaniel Gultsch1-75/+59
2014-04-18tried to avoid some more race conditions in jingleDaniel Gultsch1-34/+65
2014-04-18lot of cleanup in jingle partDaniel Gultsch1-69/+140
2014-04-18fixed destination bugDaniel Gultsch1-2/+3
2014-04-16jingle sessions now get terminated proberly on successDaniel Gultsch1-17/+31
2014-04-14added very basic, very untested gui on the receiving sideDaniel Gultsch1-24/+51
2014-04-14tried to fix some race conditions. not adding duplicate candidates. needs mor...Daniel Gultsch1-12/+31
2014-04-13transmitting files between two conversations works. no error handling and no ...Daniel Gultsch1-19/+42
2014-04-13some code cleanup. added setting to auto accept files. socks5 connections are...Daniel Gultsch1-37/+127
2014-04-13more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch1-9/+65
2014-04-12add sha1 sum to fileDaniel Gultsch1-1/+3
2014-04-11first file transfer between gajim and conversations. still a lot to do thoughDaniel Gultsch1-1/+33
2014-04-11socks5 initialisation works. doesn't get activate thoughDaniel Gultsch1-9/+53
2014-04-10incomming jingle packets are routed to their connection. added presence choos...Daniel Gultsch1-2/+25
2014-04-08disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch1-16/+41
2014-04-07jingle connection and manager. able to trigger dialog in gajimDaniel Gultsch1-0/+67