Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer
Florian Schmaus b0cecee710 Rename IQ.ELEMENT to IQ.IQ_ELEMENT
to avoid confusion between the IQ element 'iq' and the IQs child
element. ELEMENT defined in an IQ sublcass should contain the *child*
element.

Add element to StreamInitation and fix FileTransferManager which still
used a packet listener instead of an IQ request handler to handle
incoming stream initiation requests.
2015-01-11 21:54:46 +01:00
..
FaultTolerantNegotiator.java Add reply timeout to NoResponseException message 2014-11-15 09:46:38 +01:00
FileTransfer.java Improve FileTransfer.writeToStream() 2014-09-09 21:06:12 +02:00
FileTransferException.java Rework XMPP Error class design 2014-11-25 13:19:32 +01:00
FileTransferListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
FileTransferManager.java Rename IQ.ELEMENT to IQ.IQ_ELEMENT 2015-01-11 21:54:46 +01:00
FileTransferNegotiator.java Make DataForm type an enum 2015-01-10 20:10:46 +01:00
FileTransferRequest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
IBBTransferNegotiator.java Introduce packet.Element 2014-07-05 11:59:45 +02:00
IncomingFileTransfer.java Filetransfer API should not wrap IOException 2014-08-26 15:26:37 +02:00
OutgoingFileTransfer.java Rework XMPP Error class design 2014-11-25 13:19:32 +01:00
Socks5TransferNegotiator.java Introduce packet.Element 2014-07-05 11:59:45 +02:00
StreamNegotiator.java Make DataForm type an enum 2015-01-10 20:10:46 +01:00