Uses of Class
org.jivesoftware.smackx.delay.packet.DelayInformation
Package
Description
Smacks implementation of XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.
Element classes for XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.
Provider classes for XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.
Element classes for XEP-0297: Stanza Forwarding.
-
Uses of DelayInformation in org.jivesoftware.smackx.delay
Modifier and TypeMethodDescriptionstatic DelayInformation
DelayInformationManager.getDelayInformation
(Stanza packet) Get Delayed Delivery information.static DelayInformation
DelayInformationManager.getLegacyDelayInformation
(Stanza packet) Get Delayed Delivery information as defined in XEP-91static DelayInformation
DelayInformationManager.getXep203DelayInformation
(Stanza packet) Get Delayed Delivery information as defined in XEP-203 -
Uses of DelayInformation in org.jivesoftware.smackx.delay.packet
Modifier and TypeMethodDescriptionstatic DelayInformation
Return delay information from the given stanza.static DelayInformation
Deprecated. -
Uses of DelayInformation in org.jivesoftware.smackx.delay.provider
Modifier and TypeMethodDescriptionfinal DelayInformation
AbstractDelayInformationProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) -
Uses of DelayInformation in org.jivesoftware.smackx.forward.packet
Modifier and TypeMethodDescriptionForwarded.getDelayInformation()
get the timestamp of the forwarded packet.ModifierConstructorDescriptionForwarded
(DelayInformation delay, S forwardedStanza) Deprecated.useForwarded(Stanza, DelayInformation)
instead.Forwarded
(S forwardedStanza, DelayInformation delay) Creates a new Forwarded stanza extension.
from(Stanza)
instead