1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-12 22:54:50 +02:00
Smack/smack-integration-test/src/main/java/org/jivesoftware/smackx
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
..
caps Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
chatstate SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
filetransfer Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
httpfileupload SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
iot Introduce SmackMessageException 2019-02-10 21:50:39 +01:00
iqversion SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
mam SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
mood MoodIntegrationTest: Ensure that listener is removed 2019-03-16 22:41:01 +01:00
muc SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
omemo smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
ox SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
ox_im SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
ping SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
pubsub Improve PubSubIntegrationTest 2019-07-04 16:48:35 +02:00
xdata Introduce FormFieldChildElement and make FormField immutable 2019-06-11 12:47:39 +02:00
package-info.java Globally 's;stanza(/packet);stanza;' 2018-03-31 14:17:30 +02:00