Uses of Class
org.jivesoftware.smack.provider.IqProvider
-
-
Uses of IqProvider in org.jivesoftware.smack.provider
Subclasses of IqProvider in org.jivesoftware.smack.provider Modifier and Type Class Description class
BindIQProvider
static class
IntrospectionProvider.IQIntrospectionProvider<I extends IQ>
class
IQProvider<I extends IQ>
Deprecation Notice: This class is deprecated, useIqProvider
instead.Methods in org.jivesoftware.smack.provider that return IqProvider Modifier and Type Method Description static IqProvider<IQ>
ProviderManager. getIQProvider(java.lang.String elementName, java.lang.String namespace)
Returns the IQ provider registered to the specified XML element name and namespace.Methods in org.jivesoftware.smack.provider that return types with arguments of type IqProvider Modifier and Type Method Description static java.util.List<IqProvider<IQ>>
ProviderManager. getIQProviders()
Returns an unmodifiable collection of all IQProvider instances.Constructors in org.jivesoftware.smack.provider with parameters of type IqProvider Constructor Description IQProviderInfo(java.lang.String elementName, java.lang.String namespace, IqProvider<IQ> iqProvider)
Defines an IQ provider which implements theIQProvider
interface. -
Uses of IqProvider in org.jivesoftware.smack.roster.provider
Subclasses of IqProvider in org.jivesoftware.smack.roster.provider Modifier and Type Class Description class
RosterPacketProvider
-
Uses of IqProvider in org.jivesoftware.smackx.blocking.provider
Subclasses of IqProvider in org.jivesoftware.smackx.blocking.provider Modifier and Type Class Description class
BlockContactsIQProvider
Block contact IQ provider class.class
BlockListIQProvider
Block list IQ provider class.class
UnblockContactsIQProvider
Unblock contact IQ provider class. -
Uses of IqProvider in org.jivesoftware.smackx.bob.provider
Subclasses of IqProvider in org.jivesoftware.smackx.bob.provider Modifier and Type Class Description class
BoBIQProvider
Bits of Binary IQ provider class. -
Uses of IqProvider in org.jivesoftware.smackx.bytestreams.ibb.provider
Subclasses of IqProvider in org.jivesoftware.smackx.bytestreams.ibb.provider Modifier and Type Class Description class
CloseIQProvider
Parses a close In-Band Bytestream packet.static class
DataPacketProvider.IQProvider
class
OpenIQProvider
Parses an In-Band Bytestream open packet. -
Uses of IqProvider in org.jivesoftware.smackx.bytestreams.socks5.provider
Subclasses of IqProvider in org.jivesoftware.smackx.bytestreams.socks5.provider Modifier and Type Class Description class
BytestreamsProvider
Parses a bytestream packet. -
Uses of IqProvider in org.jivesoftware.smackx.commands.provider
Subclasses of IqProvider in org.jivesoftware.smackx.commands.provider Modifier and Type Class Description class
AdHocCommandDataProvider
The AdHocCommandDataProvider parses AdHocCommandData packets. -
Uses of IqProvider in org.jivesoftware.smackx.disco.provider
Subclasses of IqProvider in org.jivesoftware.smackx.disco.provider Modifier and Type Class Description class
DiscoverInfoProvider
The DiscoverInfoProvider parses Service Discovery information packets.class
DiscoverItemsProvider
The DiscoverInfoProvider parses Service Discovery items packets. -
Uses of IqProvider in org.jivesoftware.smackx.dox.provider
Subclasses of IqProvider in org.jivesoftware.smackx.dox.provider Modifier and Type Class Description class
DnsIqProvider
-
Uses of IqProvider in org.jivesoftware.smackx.hoxt.provider
Subclasses of IqProvider in org.jivesoftware.smackx.hoxt.provider Modifier and Type Class Description class
AbstractHttpOverXmppProvider<H extends AbstractHttpOverXmpp>
Abstract parent for Req and Resp stanza providers.class
HttpOverXmppReqProvider
Req stanza provider.class
HttpOverXmppRespProvider
Resp stanza provider. -
Uses of IqProvider in org.jivesoftware.smackx.httpfileupload.provider
Subclasses of IqProvider in org.jivesoftware.smackx.httpfileupload.provider Modifier and Type Class Description class
SlotProvider
Provider for Slot. -
Uses of IqProvider in org.jivesoftware.smackx.iot.control.provider
Subclasses of IqProvider in org.jivesoftware.smackx.iot.control.provider Modifier and Type Class Description class
IoTSetRequestProvider
class
IoTSetResponseProvider
-
Uses of IqProvider in org.jivesoftware.smackx.iot.data.provider
Subclasses of IqProvider in org.jivesoftware.smackx.iot.data.provider Modifier and Type Class Description class
IoTDataReadOutAcceptedProvider
class
IoTDataRequestProvider
-
Uses of IqProvider in org.jivesoftware.smackx.iot.discovery.provider
Subclasses of IqProvider in org.jivesoftware.smackx.iot.discovery.provider Modifier and Type Class Description class
IoTClaimedProvider
class
IoTDisownedProvider
class
IoTDisownProvider
class
IoTRegisterProvider
class
IoTRemovedProvider
class
IoTRemoveProvider
class
IoTUnregisterProvider
-
Uses of IqProvider in org.jivesoftware.smackx.iot.provisioning.provider
Subclasses of IqProvider in org.jivesoftware.smackx.iot.provisioning.provider Modifier and Type Class Description class
ClearCacheProvider
class
ClearCacheResponseProvider
class
IoTIsFriendProvider
class
IoTIsFriendResponseProvider
-
Uses of IqProvider in org.jivesoftware.smackx.iqlast.packet
Subclasses of IqProvider in org.jivesoftware.smackx.iqlast.packet Modifier and Type Class Description static class
LastActivity.Provider
The IQ Provider for LastActivity. -
Uses of IqProvider in org.jivesoftware.smackx.iqprivate
Subclasses of IqProvider in org.jivesoftware.smackx.iqprivate Modifier and Type Class Description static class
PrivateDataManager.PrivateDataIQProvider
An IQ provider to parse IQ results containing private data. -
Uses of IqProvider in org.jivesoftware.smackx.iqregister.provider
Subclasses of IqProvider in org.jivesoftware.smackx.iqregister.provider Modifier and Type Class Description class
RegistrationProvider
-
Uses of IqProvider in org.jivesoftware.smackx.iqversion.provider
Subclasses of IqProvider in org.jivesoftware.smackx.iqversion.provider Modifier and Type Class Description class
VersionProvider
-
Uses of IqProvider in org.jivesoftware.smackx.jid_prep.provider
Subclasses of IqProvider in org.jivesoftware.smackx.jid_prep.provider Modifier and Type Class Description class
JidPrepIqProvider
-
Uses of IqProvider in org.jivesoftware.smackx.jingle.provider
Subclasses of IqProvider in org.jivesoftware.smackx.jingle.provider Modifier and Type Class Description class
JingleProvider
-
Uses of IqProvider in org.jivesoftware.smackx.jingleold.nat
Subclasses of IqProvider in org.jivesoftware.smackx.jingleold.nat Modifier and Type Class Description static class
RTPBridge.Provider
IQProvider for RTP Bridge packets.static class
STUN.Provider
IQProvider for RTP Bridge packets. -
Uses of IqProvider in org.jivesoftware.smackx.jingleold.provider
Subclasses of IqProvider in org.jivesoftware.smackx.jingleold.provider Modifier and Type Class Description class
JingleProvider
The JingleProvider parses Jingle packets. -
Uses of IqProvider in org.jivesoftware.smackx.mam.provider
Subclasses of IqProvider in org.jivesoftware.smackx.mam.provider Modifier and Type Class Description class
MamFinIQProvider
MAM Fin IQ Provider class.class
MamPrefsIQProvider
MAM Preferences IQ Provider class.class
MamQueryIQProvider
MAM Query IQ Provider class. -
Uses of IqProvider in org.jivesoftware.smackx.muc.provider
Subclasses of IqProvider in org.jivesoftware.smackx.muc.provider Modifier and Type Class Description class
MUCAdminProvider
The MUCAdminProvider parses MUCAdmin packets.class
MUCOwnerProvider
The MUCOwnerProvider parses MUCOwner packets. -
Uses of IqProvider in org.jivesoftware.smackx.muclight.provider
Subclasses of IqProvider in org.jivesoftware.smackx.muclight.provider Modifier and Type Class Description class
MUCLightAffiliationsIQProvider
MUC Light affiliations IQ provider class.class
MUCLightBlockingIQProvider
MUC Light blocking IQ provider class.class
MUCLightConfigurationIQProvider
MUC Light configuration IQ provider class.class
MUCLightInfoIQProvider
MUC Light info IQ provider class. -
Uses of IqProvider in org.jivesoftware.smackx.offline.packet
Subclasses of IqProvider in org.jivesoftware.smackx.offline.packet Modifier and Type Class Description static class
OfflineMessageRequest.Provider
-
Uses of IqProvider in org.jivesoftware.smackx.ping.provider
Subclasses of IqProvider in org.jivesoftware.smackx.ping.provider Modifier and Type Class Description class
PingProvider
-
Uses of IqProvider in org.jivesoftware.smackx.privacy.provider
Subclasses of IqProvider in org.jivesoftware.smackx.privacy.provider Modifier and Type Class Description class
PrivacyProvider
The PrivacyProvider parsesPrivacy
packets. -
Uses of IqProvider in org.jivesoftware.smackx.pubsub.provider
Subclasses of IqProvider in org.jivesoftware.smackx.pubsub.provider Modifier and Type Class Description class
PubSubProvider
-
Uses of IqProvider in org.jivesoftware.smackx.search
Subclasses of IqProvider in org.jivesoftware.smackx.search Modifier and Type Class Description static class
UserSearch.Provider
Internal Search service Provider. -
Uses of IqProvider in org.jivesoftware.smackx.sharedgroups.packet
Subclasses of IqProvider in org.jivesoftware.smackx.sharedgroups.packet Modifier and Type Class Description static class
SharedGroupsInfo.Provider
Internal Search service Provider. -
Uses of IqProvider in org.jivesoftware.smackx.si.provider
Subclasses of IqProvider in org.jivesoftware.smackx.si.provider Modifier and Type Class Description class
StreamInitiationProvider
The StreamInitiationProvider parses StreamInitiation packets. -
Uses of IqProvider in org.jivesoftware.smackx.time.provider
Subclasses of IqProvider in org.jivesoftware.smackx.time.provider Modifier and Type Class Description class
TimeProvider
-
Uses of IqProvider in org.jivesoftware.smackx.vcardtemp.provider
Subclasses of IqProvider in org.jivesoftware.smackx.vcardtemp.provider Modifier and Type Class Description class
VCardProvider
vCard provider. -
Uses of IqProvider in org.jivesoftware.smackx.workgroup.agent
Subclasses of IqProvider in org.jivesoftware.smackx.workgroup.agent Modifier and Type Class Description static class
OfferConfirmation.Provider
-
Uses of IqProvider in org.jivesoftware.smackx.workgroup.ext.forms
Subclasses of IqProvider in org.jivesoftware.smackx.workgroup.ext.forms Modifier and Type Class Description static class
WorkgroupForm.InternalProvider
An IQProvider for WebForm packets. -
Uses of IqProvider in org.jivesoftware.smackx.workgroup.ext.history
Subclasses of IqProvider in org.jivesoftware.smackx.workgroup.ext.history Modifier and Type Class Description static class
AgentChatHistory.InternalProvider
Stanza extension provider for AgentHistory packets.static class
ChatMetadata.Provider
An IQProvider for Metadata packets. -
Uses of IqProvider in org.jivesoftware.smackx.workgroup.ext.macros
Subclasses of IqProvider in org.jivesoftware.smackx.workgroup.ext.macros Modifier and Type Class Description static class
Macros.InternalProvider
An IQProvider for Macro packets. -
Uses of IqProvider in org.jivesoftware.smackx.workgroup.ext.notes
Subclasses of IqProvider in org.jivesoftware.smackx.workgroup.ext.notes Modifier and Type Class Description static class
ChatNotes.Provider
An IQProvider for ChatNotes packets. -
Uses of IqProvider in org.jivesoftware.smackx.workgroup.packet
Subclasses of IqProvider in org.jivesoftware.smackx.workgroup.packet Modifier and Type Class Description static class
AgentInfo.Provider
An IQProvider for AgentInfo packets.static class
AgentStatusRequest.Provider
Stanza extension provider for AgentStatusRequest packets.static class
AgentWorkgroups.Provider
An IQProvider for AgentWorkgroups packets.static class
MonitorPacket.InternalProvider
Stanza extension provider for Monitor Packets.static class
OccupantsInfo.Provider
Stanza extension provider for AgentStatusRequest packets.class
OfferRequestProvider
An IQProvider for agent offer requests.class
OfferRevokeProvider
An IQProvider class which has savvy about the offer-revoke tag.class
TranscriptProvider
An IQProvider for transcripts.static class
TranscriptSearch.Provider
An IQProvider for TranscriptSearch packets.class
TranscriptsProvider
An IQProvider for transcripts summaries. -
Uses of IqProvider in org.jivesoftware.smackx.workgroup.settings
Subclasses of IqProvider in org.jivesoftware.smackx.workgroup.settings Modifier and Type Class Description static class
ChatSettings.InternalProvider
Stanza extension provider for AgentStatusRequest packets.static class
GenericSettings.InternalProvider
Stanza extension provider for SoundSetting Packets.static class
OfflineSettings.InternalProvider
Stanza extension provider for AgentStatusRequest packets.static class
SearchSettings.InternalProvider
Stanza extension provider for AgentStatusRequest packets.static class
SoundSettings.InternalProvider
Stanza extension provider for SoundSetting Packets.static class
WorkgroupProperties.InternalProvider
Stanza extension provider for SoundSetting Packets.
-