Uses of Enum
org.jivesoftware.smackx.hints.element.MessageProcessingHintType
Package
Description
Smack's API for XEP-0334: Message Processing Hints.
XMPP extension elements for XEP-0334: Message Processing Hints.
-
Uses of MessageProcessingHintType in org.jivesoftware.smackx.hints
Modifier and TypeMethodDescriptionstatic Set<MessageProcessingHintType>
MessageProcessingHintsManager.getHintsFrom
(Message message) -
Uses of MessageProcessingHintType in org.jivesoftware.smackx.hints.element
Modifier and TypeMethodDescriptionabstract MessageProcessingHintType
MessageProcessingHint.getHintType()
NoCopyHint.getHintType()
NoPermanentStoreHint.getHintType()
NoStoreHint.getHintType()
StoreHint.getHintType()
static MessageProcessingHintType
Returns the enum constant of this type with the specified name.static MessageProcessingHintType[]
MessageProcessingHintType.values()
Returns an array containing the constants of this enum type, in the order they are declared.