aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-10/+10
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
|
* Adding support for file transfer for XMPP and graphical User Interface for ↵Yana Stamcheva2009-06-151-0/+111
file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images). This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K. This commit contains also some improvements in the way we load the history and we manage error messages in the gui.