Package | Description |
---|---|
org.jivesoftware.smackx.carbons.packet |
Stanzas and extension elements for XEP-0280: Message Carbons.
|
org.jivesoftware.smackx.forward.packet |
Element classes for XEP-0297: Stanza Forwarding.
|
org.jivesoftware.smackx.forward.provider |
Provider classes for XEP-0297: Stanza Forwarding.
|
org.jivesoftware.smackx.mam |
XEP-0313: Message Archive Management.
|
org.jivesoftware.smackx.mam.element |
Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.
|
Modifier and Type | Method and Description |
---|---|
Forwarded |
CarbonExtension.getForwarded()
Get the forwarded packet.
|
Constructor and Description |
---|
CarbonExtension(CarbonExtension.Direction dir,
Forwarded fwd)
Construct a Carbon message extension.
|
Modifier and Type | Method and Description |
---|---|
static Forwarded |
Forwarded.from(Stanza packet)
Get the forwarded extension.
|
Modifier and Type | Method and Description |
---|---|
static List<Message> |
Forwarded.extractMessagesFrom(Collection<Forwarded> forwardedCollection)
Extract messages in a collection of forwarded elements.
|
Modifier and Type | Method and Description |
---|---|
Forwarded |
ForwardedProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
Modifier and Type | Field and Description |
---|---|
List<Forwarded> |
MamManager.MamQueryResult.forwardedMessages
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Forwarded> |
MamManager.MamQueryPage.getForwarded() |
Modifier and Type | Method and Description |
---|---|
Forwarded |
MamElements.MamResultExtension.getForwarded()
Get the forwarded element.
|
Constructor and Description |
---|
MamResultExtension(String queryId,
String id,
Forwarded forwarded)
MAM result extension constructor.
|