Smack/smack-integration-test/src/main/java/org/jivesoftware/smackx/omemo
Florian Schmaus 1bce378e6d smack-omemo*: Do not swallow IOException deep within the library
Those exception are caused by I/O operations in the OmemoStore, which
is now declaring that it throws those (since it is not uncommon for
I/O operations to cause IOExceptions). After all, this is nicely
demonstrated as this change is caused by switching with this commit to
the Android API 19 compatible methods in FileBasedOmemoStore, which
throw.

The library can not decide what to do in case of those exceptions,
hence it is sensible to expose them to the user.
2019-08-05 09:31:48 +02:00
..
AbstractOmemoIntegrationTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
AbstractOmemoMessageListener.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
AbstractTwoUsersOmemoIntegrationTest.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
MessageEncryptionIntegrationTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
OmemoMamDecryptionTest.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
OmemoManagerSetupHelper.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
ReadOnlyDeviceIntegrationTest.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
SessionRenegotiationIntegrationTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
package-info.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00