Uses of Class
org.jivesoftware.smackx.carbons.packet.CarbonExtension
-
Packages that use CarbonExtension 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. -
-
Uses of CarbonExtension in org.jivesoftware.smackx.carbons.packet
Methods in org.jivesoftware.smackx.carbons.packet that return CarbonExtension Modifier and Type Method Description static CarbonExtension
CarbonExtension. from(Message msg)
Obtain a Carbon from a message, if available.static CarbonExtension
CarbonExtension. getFrom(Message msg)
Deprecated.usefrom(Message)
instead -
Uses of CarbonExtension in org.jivesoftware.smackx.carbons.provider
Methods in org.jivesoftware.smackx.carbons.provider that return CarbonExtension Modifier and Type Method Description CarbonExtension
CarbonManagerProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-