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.
|
Modifier and Type | Method and 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-91
|
static DelayInformation |
DelayInformationManager.getXep203DelayInformation(Stanza packet)
Get Delayed Delivery information as defined in XEP-203
|
Modifier and Type | Method and Description |
---|---|
static DelayInformation |
DelayInformation.from(Stanza packet)
Return delay information from the given stanza.
|
static DelayInformation |
DelayInformation.getFrom(Stanza packet)
Deprecated.
use
from(Stanza) instead |
Modifier and Type | Method and Description |
---|---|
DelayInformation |
AbstractDelayInformationProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
Modifier and Type | Method and Description |
---|---|
DelayInformation |
Forwarded.getDelayInformation()
get the timestamp of the forwarded packet.
|
Constructor and Description |
---|
Forwarded(DelayInformation delay,
Stanza fwdPacket)
Creates a new Forwarded stanza extension.
|