Uses of Class
org.jivesoftware.smackx.fallback_indication.element.FallbackIndicationElement
Packages that use FallbackIndicationElement
Package
Description
Smack's API for XEP-0428: Fallback Indication.
Smack's API for XEP-0428: Fallback Indication.
Smack's API for XEP-0428: Fallback Indication.
-
Uses of FallbackIndicationElement in org.jivesoftware.smackx.fallback_indication
Methods in org.jivesoftware.smackx.fallback_indication with parameters of type FallbackIndicationElementModifier and TypeMethodDescriptionvoid
FallbackIndicationListener.onFallbackIndicationReceived
(Message message, FallbackIndicationElement indicator, String fallbackBody) Listener method that gets called when aMessage
containing aFallbackIndicationElement
is received. -
Uses of FallbackIndicationElement in org.jivesoftware.smackx.fallback_indication.element
Fields in org.jivesoftware.smackx.fallback_indication.element declared as FallbackIndicationElementModifier and TypeFieldDescriptionstatic final FallbackIndicationElement
FallbackIndicationElement.INSTANCE
Methods in org.jivesoftware.smackx.fallback_indication.element that return FallbackIndicationElementModifier and TypeMethodDescriptionstatic FallbackIndicationElement
FallbackIndicationElement.fromMessage
(Message message) -
Uses of FallbackIndicationElement in org.jivesoftware.smackx.fallback_indication.provider
Methods in org.jivesoftware.smackx.fallback_indication.provider that return FallbackIndicationElementModifier and TypeMethodDescriptionFallbackIndicationElementProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)