Package | Description |
---|---|
org.jivesoftware.smackx.omemo.internal |
Classes that are used internally to arrange objects.
|
org.jivesoftware.smackx.omemo.listener |
Callbacks and listeners.
|
Modifier and Type | Method and Description |
---|---|
OmemoMessageInformation |
ClearTextMessage.getMessageInformation()
Return the OmemoMessageInformation.
|
Constructor and Description |
---|
ClearTextMessage(String message,
Message original,
OmemoMessageInformation messageInfo) |
Modifier and Type | Method and Description |
---|---|
void |
OmemoMessageListener.onOmemoKeyTransportReceived(CipherAndAuthTag cipherAndAuthTag,
Message message,
Message wrappingMessage,
OmemoMessageInformation omemoInformation)
Gets called, whenever an OmemoElement without a body (an OmemoKeyTransportElement) is received.
|
void |
OmemoMucMessageListener.onOmemoKeyTransportReceived(MultiUserChat muc,
BareJid from,
CipherAndAuthTag cipherAndAuthTag,
Message message,
Message wrappingMessage,
OmemoMessageInformation omemoInformation)
Gets called, whenever an OmemoElement without a body (an OmemoKeyTransportElement) is received.
|
void |
OmemoMessageListener.onOmemoMessageReceived(String decryptedBody,
Message encryptedMessage,
Message wrappingMessage,
OmemoMessageInformation omemoInformation)
Gets called, whenever an OmemoMessage has been received and was successfully decrypted.
|
void |
OmemoMucMessageListener.onOmemoMucMessageReceived(MultiUserChat muc,
BareJid from,
String decryptedBody,
Message message,
Message wrappingMessage,
OmemoMessageInformation omemoInformation)
Gets called whenever an OMEMO message has been received in a MultiUserChat and successfully decrypted.
|