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

Packages that use XmppModule
tigase.jaxmpp.core.client Core of JAXMPP library. 
tigase.jaxmpp.core.client.xmpp.modules Support for XMPP Modules. 
tigase.jaxmpp.core.client.xmpp.modules.adhoc Module implements XEP-0050: Ad-Hoc Commands
tigase.jaxmpp.core.client.xmpp.modules.auth Support for SASL and non-SASL authentication . 
tigase.jaxmpp.core.client.xmpp.modules.chat Support for sending messages and trace converstation. 
tigase.jaxmpp.core.client.xmpp.modules.disco Support for XEP-0030: Service Discovery
tigase.jaxmpp.core.client.xmpp.modules.jingle Support for JINGLE. 
tigase.jaxmpp.core.client.xmpp.modules.muc Support for XEP-0045: Multi-User Chat
tigase.jaxmpp.core.client.xmpp.modules.presence Support for presence. 
tigase.jaxmpp.core.client.xmpp.modules.pubsub Support for XEP-0060: Publish-Subscribe
tigase.jaxmpp.core.client.xmpp.modules.registration Support for XEP-0077: In-Band Registration
tigase.jaxmpp.core.client.xmpp.modules.roster Support for roster management. 
tigase.jaxmpp.core.client.xmpp.modules.vcard Support for XEP-0054: vcard-temp
 

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
          Module used for authentication.
 class NonSaslAuthModule
          Implementaion of XEP-0078: Non-SASL Authentication.
 class SaslModule
          Module for SASL authentication.
 

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
          Module for handling presence information.
 

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
          Module for roster manipulation.
 

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-2013 Tigase. All Rights Reserved.