Uses of Class
org.jivesoftware.smackx.commands.packet.AdHocCommandData.SpecificError
-
Packages that use AdHocCommandData.SpecificError Package Description org.jivesoftware.smackx.commands.provider Provider classes for XEP-0050: Ad-Hoc Commands. -
-
Uses of AdHocCommandData.SpecificError in org.jivesoftware.smackx.commands.provider
Methods in org.jivesoftware.smackx.commands.provider that return AdHocCommandData.SpecificError Modifier and Type Method Description AdHocCommandData.SpecificErrorAdHocCommandDataProvider.BadActionError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)AdHocCommandData.SpecificErrorAdHocCommandDataProvider.BadLocaleError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)AdHocCommandData.SpecificErrorAdHocCommandDataProvider.BadPayloadError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)AdHocCommandData.SpecificErrorAdHocCommandDataProvider.BadSessionIDError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)AdHocCommandData.SpecificErrorAdHocCommandDataProvider.MalformedActionError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)AdHocCommandData.SpecificErrorAdHocCommandDataProvider.SessionExpiredError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-