Smack/smack-omemo/src/main/java/org/jivesoftware/smackx/omemo
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
..
element Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
exceptions [omemo] Cleanup CryptoFailedException 2021-03-14 12:48:00 +01:00
internal [omemo] Introduce OmemoAesCipher as central AES API 2021-03-14 12:48:01 +01:00
listener Improve Javadoc readability by adding separating lines 2020-04-08 22:32:39 +02:00
provider Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 12:33:11 +02:00
trust Fix javadoc issues 2020-04-08 22:32:39 +02:00
util [omemo] Introduce OmemoAesCipher as central AES API 2021-03-14 12:48:01 +01:00
CachingOmemoStore.java Avoid returning empty set of deviceIds in caching store 2020-04-08 22:32:39 +02:00
FileBasedOmemoStore.java Fix javadoc issues 2020-04-08 22:32:39 +02:00
OmemoConfiguration.java Fix javadoc issues 2020-04-08 22:32:39 +02:00
OmemoInitializer.java Fix javadoc issues 2020-04-08 22:32:39 +02:00
OmemoManager.java [omemo] Add OmemoManager.purgeEveryting() 2021-07-06 12:31:47 +02:00
OmemoMessage.java Improve Javadoc readability by adding separating lines 2020-04-08 22:32:39 +02:00
OmemoRatchet.java [omemo] Introduce OmemoAesCipher as central AES API 2021-03-14 12:48:01 +01:00
OmemoService.java Merge pull request #354 from vanitasvitae/smackomemoStyleFixes 2020-04-12 19:18:42 +02:00
OmemoStore.java Improve Javadoc readability by adding separating lines 2020-04-08 22:32:39 +02:00
package-info.java Migrate markdown documentation to javadoc 2023-02-03 09:50:35 +01:00