Uses of Interface
org.jivesoftware.smackx.omemo.internal.listener.OmemoMessageStanzaReceivedListener
Packages that use OmemoMessageStanzaReceivedListener
Package
Description
Classes and interfaces for OMEMO Encryption.
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
-
Uses of OmemoMessageStanzaReceivedListener in org.jivesoftware.smackx.omemo
Classes in org.jivesoftware.smackx.omemo that implement OmemoMessageStanzaReceivedListenerModifier and TypeClassDescriptionclass
OmemoService<T_IdKeyPair,
T_IdKey, T_PreKey, T_SigPreKey, T_Sess, T_Addr, T_ECPub, T_Bundle, T_Ciph> This class contains OMEMO related logic and registers listeners etc. -
Uses of OmemoMessageStanzaReceivedListener in org.jivesoftware.smackx.omemo.signal
Classes in org.jivesoftware.smackx.omemo.signal that implement OmemoMessageStanzaReceivedListenerModifier and TypeClassDescriptionfinal class
Concrete implementation of the OmemoService using the Signal library.