Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/filetransfer
Florian Schmaus c9a9982cef Migrate markdown documentation to javadoc
While markdown is easier to write, Smack's markdown documentation was
never tightly coupled with the source. For example, the markdown
documentation never provided links to the actual Java classes and
methods. This poses the risk that the documentation and the code
diverge over time. Furthermore, javadoc is constantly improving (for
example @snippet annotations) and I expect that one will be able to
write javadoc in markdown.

Fixes SMACK-928.
2023-02-03 09:50:35 +01:00
..
FileTransfer.java [filetransfer] Set the status to error in setException() 2021-03-14 17:54:03 +01:00
FileTransferException.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
FileTransferListener.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
FileTransferManager.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
FileTransferNegotiator.java Merge branch '4.4' 2021-03-19 09:47:07 +01:00
FileTransferRequest.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
IBBTransferNegotiator.java [filetransfer] Remove FaultTolerantNegotiator 2020-05-11 22:12:22 +02:00
IncomingFileTransfer.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
OutgoingFileTransfer.java [extensions] Add OutgoingFileTransfer.setCallback() 2021-03-14 17:52:12 +01:00
Socks5TransferNegotiator.java [filetransfer] Remove FaultTolerantNegotiator 2020-05-11 22:12:22 +02:00
StreamNegotiator.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
package-info.java Migrate markdown documentation to javadoc 2023-02-03 09:50:35 +01:00