Class NoStoreHint
java.lang.Object
org.jivesoftware.smackx.hints.element.MessageProcessingHint
org.jivesoftware.smackx.hints.element.NoStoreHint
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
A "no store" hint. Messages with this hint should not be stored in stores or archives.
XEP-0334 ยง 4.2 No store
-
Field Summary
FieldsFields inherited from class org.jivesoftware.smackx.hints.element.MessageProcessingHint
NAMESPACE -
Method Summary
Modifier and TypeMethodDescriptionstatic NoStoreHintfrom(org.jivesoftware.smack.packet.Message message) static booleanhasHint(org.jivesoftware.smack.packet.Message message) static voidset(org.jivesoftware.smack.packet.Message message) toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) Methods inherited from class org.jivesoftware.smackx.hints.element.MessageProcessingHint
getNamespaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
INSTANCE
-
ELEMENT
- See Also:
-
-
Method Details
-
getElementName
-
toXML
-
getHintType
- Specified by:
getHintTypein classMessageProcessingHint
-
from
-
hasHint
public static boolean hasHint(org.jivesoftware.smack.packet.Message message) -
set
public static void set(org.jivesoftware.smack.packet.Message message)
-