Uses of Class
org.jivesoftware.smackx.delay.packet.DelayInformation
-
Packages that use DelayInformation Package Description org.jivesoftware.smackx.delay Smacks implementation of XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.org.jivesoftware.smackx.delay.packet Element classes for XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.org.jivesoftware.smackx.delay.provider Provider classes for XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.org.jivesoftware.smackx.forward.packet Element classes for XEP-0297: Stanza Forwarding. -
-
Uses of DelayInformation in org.jivesoftware.smackx.delay
Methods in org.jivesoftware.smackx.delay that return DelayInformation Modifier and Type Method Description static 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 DelayInformation Modifier and Type Method Description static DelayInformation
DelayInformation. from(Stanza packet)
Return delay information from the given stanza.static DelayInformation
DelayInformation. getFrom(Stanza packet)
Deprecated.usefrom(Stanza)
instead -
Uses of DelayInformation in org.jivesoftware.smackx.delay.provider
Methods in org.jivesoftware.smackx.delay.provider that return DelayInformation Modifier and Type Method Description 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 DelayInformation Modifier and Type Method Description DelayInformation
Forwarded. getDelayInformation()
get the timestamp of the forwarded packet.Constructors in org.jivesoftware.smackx.forward.packet with parameters of type DelayInformation Constructor Description Forwarded(DelayInformation delay, S forwardedStanza)
Deprecated.useForwarded(Stanza, DelayInformation)
instead.Forwarded(S forwardedStanza, DelayInformation delay)
Creates a new Forwarded stanza extension.
-