Smack/smack-omemo-signal/src/main/java/org/jivesoftware/smackx/omemo/signal
vanitasvitae 36dae1ece4 Move trust management from OmemoStore to TrustCallback
Refactor various method names to more precisely reflect
what happens

Introduce CachingOmemoStore, SignalCachingOmemoStore,
which can be either used standalone as ephemeral OmemoStore
implementations, or as wrappers around other implementations
to add a cache layer for reduced storage access.

Get rid of "isFreshInstallation". Keys are now - given
that they don't exist - generated on startup.

Bump libsignal-protocol-java to 2.6.2

Prevent offline access to some functions which require
authenticated connection

Create more advanced unit tests and integration tests

Add async initialization function for OmemoManager

Remove session handling from smack-omemo.
This is now handled - in case of smack-omemo-signal -
solely by libsignal-protocol-java
2018-06-09 13:53:04 +02:00
..
SignalCachingOmemoStore.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
SignalFileBasedOmemoStore.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
SignalOmemoKeyUtil.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
SignalOmemoService.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
SignalOmemoSessionManager.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
SignalOmemoStore.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
SignalOmemoStoreConnector.java Move trust management from OmemoStore to TrustCallback 2018-06-09 13:53:04 +02:00
package-info.java Add OMEMO support 2017-06-02 13:40:10 +02:00