Package | Description |
---|---|
org.jivesoftware.smackx.carbons.packet |
Stanzas and extension elements for XEP-0280: Message Carbons.
|
org.jivesoftware.smackx.carbons.provider |
Provider for XEP-0280: Message Carbons.
|
Modifier and Type | Method and Description |
---|---|
static CarbonExtension |
CarbonExtension.from(Message msg)
Obtain a Carbon from a message, if available.
|
static CarbonExtension |
CarbonExtension.getFrom(Message msg)
Deprecated.
use
from(Message) instead |
Modifier and Type | Method and Description |
---|---|
CarbonExtension |
CarbonManagerProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |