Class IdleElement
java.lang.Object
org.jivesoftware.smackx.last_interaction.element.IdleElement
- 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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new IdleElement with the current date as date of last user interaction.IdleElement(Date since) Create a new IdleElement. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddToPresence(org.jivesoftware.smack.packet.Presence presence) Add an Idle element with current date to the presence.static IdleElementfromPresence(org.jivesoftware.smack.packet.Presence presence) Return the IdleElement from a presence.getSince()Return the value of last user interaction.org.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) Methods 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
-
NAMESPACE
- See Also:
-
ELEMENT
- See Also:
-
QNAME
-
ATTR_SINCE
- See Also:
-
-
Constructor Details
-
IdleElement
public IdleElement()Create a new IdleElement with the current date as date of last user interaction. -
IdleElement
Create a new IdleElement.- Parameters:
since- date of last user interaction
-
-
Method Details
-
getSince
Return the value of last user interaction.- Returns:
- date of last interaction
-
addToPresence
public static void addToPresence(org.jivesoftware.smack.packet.Presence presence) Add an Idle element with current date to the presence.- Parameters:
presence- presence
-
fromPresence
Return the IdleElement from a presence. Returns null, if no IdleElement found.- Parameters:
presence- presence- Returns:
- idleElement from presence or null
-
getNamespace
- Specified by:
getNamespacein interfaceorg.jivesoftware.smack.packet.XmlElement
-
getElementName
- Specified by:
getElementNamein interfaceorg.jivesoftware.smack.packet.NamedElement
-
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) - Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element
-