Uses of Interface
tigase.jaxmpp.core.client.XmppModule

Packages that use XmppModule
tigase.jaxmpp.core.client   
tigase.jaxmpp.core.client.xmpp.modules   
tigase.jaxmpp.core.client.xmpp.modules.adhoc   
tigase.jaxmpp.core.client.xmpp.modules.auth   
tigase.jaxmpp.core.client.xmpp.modules.chat   
tigase.jaxmpp.core.client.xmpp.modules.disco   
tigase.jaxmpp.core.client.xmpp.modules.jingle   
tigase.jaxmpp.core.client.xmpp.modules.muc   
tigase.jaxmpp.core.client.xmpp.modules.presence   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
tigase.jaxmpp.core.client.xmpp.modules.registration   
tigase.jaxmpp.core.client.xmpp.modules.roster   
tigase.jaxmpp.core.client.xmpp.modules.vcard   
 

Uses of XmppModule in tigase.jaxmpp.core.client
 

Methods in tigase.jaxmpp.core.client with type parameters of type XmppModule
<T extends XmppModule>
T
XmppModulesManager.getModule(Class<T> moduleClass)
          Return module implementation by module class.
<T extends XmppModule>
T
JaxmppCore.getModule(Class<T> moduleClass)
          Return module implementation by module class.
<T extends XmppModule>
T
XmppModulesManager.register(T plugin)
          Register XmppModule.
<T extends XmppModule>
T
XmppModulesManager.unregister(T plugin)
          Unregisters module.
 

Methods in tigase.jaxmpp.core.client that return types with arguments of type XmppModule
 List<XmppModule> XmppModulesManager.findModules(Element element)
          Finds collection of modules that can handle stanza.
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules
 

Classes in tigase.jaxmpp.core.client.xmpp.modules that implement XmppModule
 class AbstractIQModule
           
 class AbstractStanzaModule<T extends Stanza>
           
 class BookmarksModule
          Implementation of XEP-0049: Private XML Storage.
 class PingModule
          Implementation of XEP-0199 XMPP Ping.
 class ResourceBinderModule
          Module for Resource Binding.
 class SessionEstablishmentModule
          Module for Session Establishment.
 class SoftwareVersionModule
          Implementation of XEP-0092: Software Version.
 class StreamFeaturesModule
          Module for Stream Features.
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.adhoc
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.adhoc that implement XmppModule
 class AdHocCommansModule
          Module to handle ad-hoc commands.
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.auth
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.auth that implement XmppModule
 class AuthModule
           
 class NonSaslAuthModule
           
 class SaslModule
           
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.chat
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.chat that implement XmppModule
 class MessageModule
          Module to handle messages.
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.disco
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.disco that implement XmppModule
 class DiscoInfoModule
           
 class DiscoItemsModule
           
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.jingle
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.jingle that implement XmppModule
 class JingleModule
           
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.muc
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.muc that implement XmppModule
 class MucModule
           
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.presence
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.presence that implement XmppModule
 class PresenceModule
           
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.pubsub that implement XmppModule
 class PubSubModule
          Publish-Subscribe Module.
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.registration
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.registration that implement XmppModule
 class InBandRegistrationModule
           
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.roster
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.roster that implement XmppModule
 class RosterModule
           
 

Uses of XmppModule in tigase.jaxmpp.core.client.xmpp.modules.vcard
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.vcard that implement XmppModule
 class VCardModule
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.