aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetFileTransferJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Fixes possible NPE if OperationSetMultiUserChat is disabled for xmpp provider.Damian Minkov2014-11-041-2/+4
* Adds file transfer for multimedia msgs to operation set sms.Damian Minkov2014-09-031-0/+26
* Implements private messaging chats.hristoterezov2013-09-241-32/+41
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-0/+1
* Avoid NPE if an XMPPError is not present in an XMPPExceptionIngo Bauersachs2013-01-151-3/+4
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
* Detects remote file transfer reject.Damian Minkov2012-05-091-0/+10
* When selecting xmpp resources to call or send file, when having same prioriti...Damian Minkov2012-05-081-0/+18
* Removes advertising bytestream used for jabber file transfers, leaving ibb.Damian Minkov2012-03-091-0/+3
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Check all resources when doing jabber file-transfer and choose the most appro...Damian Minkov2011-03-241-5/+43
* Rollback latest changes.Damian Minkov2011-03-231-29/+5
* Check all resources when doing jabber file-transfer and choose the most appro...Damian Minkov2011-03-231-5/+29
* When we perform an XMPP/Jingle attended tranfer, the callee have to auto-answ...Sebastien Vincent2010-12-211-12/+15
* Fix another bunch of unguarded logger.{debug,info,trace} calls.Werner Dittmann2010-05-301-4/+8
* Fix issues with reconnecting some jabber accounts (e.g. after sleeping and re...Damian Minkov2010-02-171-0/+26
* Commits the patch of Sebastien Vincent provided on the dev mailing in an e-ma...Lyubomir Marinov2009-09-021-8/+3
* Add filetransfer file size restriction. Fix a problem in gui when adding new ...Damian Minkov2009-08-271-0/+15
* Fix failing jabber tests. Filetransfer too quickly goes in completed state an...Damian Minkov2009-08-261-0/+16
* - Some improvements in "feature" introducing in Jabber.Yana Stamcheva2009-07-281-44/+137
* Fixes file transfer progress wrong data type (from int to long). Problem and ...Yana Stamcheva2009-07-221-3/+3
* File transfer related changes as follows:Yana Stamcheva2009-07-161-4/+8
* Add file transfer event for rejected incoming files, update file history and ...Damian Minkov2009-07-031-0/+23
* - Possibility added to update history records - provided by Damian Minkov.Yana Stamcheva2009-06-251-6/+14
* FileHistory Service impl.Damian Minkov2009-06-231-14/+14
* Continuation on previous commit. Rename listener add and remove methods in th...Yana Stamcheva2009-06-231-10/+8
* Renames FileTransferRequestListener to FileTransferListener and add to it not...Yana Stamcheva2009-06-231-11/+43
* Adding support for file transfer for XMPP and graphical User Interface for fi...Yana Stamcheva2009-06-151-0/+392