public class OmemoExtension extends Object implements tigase.jaxmpp.core.client.xmpp.modules.extensions.Extension
| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_NAME |
static String |
CIPHER_NAME |
static String |
OMEMO_ERROR_FLAG |
| Modifier and Type | Method and Description |
|---|---|
tigase.jaxmpp.core.client.xml.Element |
afterReceive(tigase.jaxmpp.core.client.xml.Element stanza) |
tigase.jaxmpp.core.client.xml.Element |
beforeSend(tigase.jaxmpp.core.client.xml.Element stanza) |
tigase.jaxmpp.core.client.xmpp.stanzas.Message |
decryptMessage(tigase.jaxmpp.core.client.xml.Element stanza) |
String[] |
getFeatures() |
public static final String OMEMO_ERROR_FLAG
public static final String CIPHER_NAME
public static final String ALGORITHM_NAME
public tigase.jaxmpp.core.client.xmpp.stanzas.Message decryptMessage(tigase.jaxmpp.core.client.xml.Element stanza)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.xml.Element afterReceive(tigase.jaxmpp.core.client.xml.Element stanza)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
afterReceive in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extensiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.xml.Element beforeSend(tigase.jaxmpp.core.client.xml.Element stanza)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
beforeSend in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.Extensiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic String[] getFeatures()
getFeatures in interface tigase.jaxmpp.core.client.xmpp.modules.extensions.ExtensionCopyright © 2006–2022 Tigase. All rights reserved.