Uses of Class
org.jivesoftware.smackx.delay.packet.DelayInformation
Packages that use 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
Methods in org.jivesoftware.smackx.delay that return DelayInformationModifier 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
Methods in org.jivesoftware.smackx.delay.packet that return DelayInformationModifier and TypeMethodDescriptionstatic DelayInformation
Return delay information from the given stanza.static DelayInformation
Deprecated. -
Uses of DelayInformation in org.jivesoftware.smackx.delay.provider
Methods in org.jivesoftware.smackx.delay.provider that return DelayInformationModifier and TypeMethodDescriptionfinal DelayInformation
AbstractDelayInformationProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) -
Uses of DelayInformation in org.jivesoftware.smackx.forward.packet
Methods in org.jivesoftware.smackx.forward.packet that return DelayInformationModifier and TypeMethodDescriptionForwarded.getDelayInformation()
get the timestamp of the forwarded packet.Constructors in org.jivesoftware.smackx.forward.packet with parameters of type DelayInformationModifierConstructorDescriptionForwarded
(DelayInformation delay, S forwardedStanza) Deprecated.useForwarded(Stanza, DelayInformation)
instead.Forwarded
(S forwardedStanza, DelayInformation delay) Creates a new Forwarded stanza extension.
from(Stanza)
instead