aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp/jingle (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-19cleaned up debug log a little bitDaniel Gultsch3-76/+77
2014-04-18tried to avoid some more race conditions in jingleDaniel Gultsch1-34/+65
2014-04-18lot of cleanup in jingle partDaniel Gultsch6-120/+326
2014-04-18fixed destination bugDaniel Gultsch2-5/+11
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 ↵Daniel Gultsch3-18/+44
more checks though
2014-04-13transmitting files between two conversations works. no error handling and no ↵Daniel Gultsch4-31/+135
ui on the receiving end
2014-04-13some code cleanup. added setting to auto accept files. socks5 connections ↵Daniel Gultsch5-66/+203
are now threaded
2014-04-13more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch7-58/+193
2014-04-12add sha1 sum to fileDaniel Gultsch2-2/+5
2014-04-11first file transfer between gajim and conversations. still a lot to do thoughDaniel Gultsch4-13/+94
2014-04-11socks5 initialisation works. doesn't get activate thoughDaniel Gultsch7-36/+168
2014-04-10incomming jingle packets are routed to their connection. added presence ↵Daniel Gultsch3-41/+106
chooser in gui
2014-04-08disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch7-0/+325