Uses of Enum
org.jivesoftware.smackx.carbons.packet.CarbonExtension.Direction
Package
Description
Smack's API for XEP-0280: Message Carbons.
Stanzas and extension elements for XEP-0280: Message Carbons.
Classes and interfaces for OMEMO Encryption.
StanzaListeners used for internal purposes.
Callbacks and listeners.
-
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.carbons
Modifier and TypeMethodDescriptionvoid
CarbonCopyReceivedListener.onCarbonCopyReceived
(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage) Invoked when a new carbon copy was received. -
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.carbons.packet
Modifier and TypeMethodDescriptionCarbonExtension.getDirection()
Get the direction (sent or received) of the carbon.static CarbonExtension.Direction
Returns the enum constant of this type with the specified name.static CarbonExtension.Direction[]
CarbonExtension.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCarbonExtension
(CarbonExtension.Direction dir, Forwarded<Message> fwd) Construct a Carbon message extension. -
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.omemo
Modifier and TypeMethodDescriptionvoid
OmemoService.onOmemoCarbonCopyReceived
(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoManager.LoggedInOmemoManager managerGuard) -
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.omemo.internal.listener
Modifier and TypeMethodDescriptionvoid
OmemoCarbonCopyStanzaReceivedListener.onOmemoCarbonCopyReceived
(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoManager.LoggedInOmemoManager omemoManager) -
Uses of CarbonExtension.Direction in org.jivesoftware.smackx.omemo.listener
Modifier and TypeMethodDescriptionvoid
OmemoMessageListener.onOmemoCarbonCopyReceived
(CarbonExtension.Direction direction, Message carbonCopy, Message wrappingMessage, OmemoMessage.Received decryptedCarbonCopy)