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.SpecificError
AdHocCommandDataProvider.BadActionError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
AdHocCommandData.SpecificError
AdHocCommandDataProvider.BadLocaleError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
AdHocCommandData.SpecificError
AdHocCommandDataProvider.BadPayloadError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
AdHocCommandData.SpecificError
AdHocCommandDataProvider.BadSessionIDError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
AdHocCommandData.SpecificError
AdHocCommandDataProvider.MalformedActionError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
AdHocCommandData.SpecificError
AdHocCommandDataProvider.SessionExpiredError. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-