Package tigase.jaxmpp.core.client.xmpp.modules

Support for XMPP Modules.

See:
          Description

Interface Summary
InitializingModule Interface should be implemented by module that need to be informed about its state in XmppModulesManager.
ObservableAware Interface should be implemented by module if Observable should be injected to module.
PacketWriterAware Interface should be implemented by module if PacketWriter should be injected to this module.
 

Class Summary
AbstractIQModule  
AbstractStanzaModule<T extends Stanza>  
BookmarksModule Implementation of XEP-0049: Private XML Storage.
BookmarksModule.BookmarksAsyncCallback Bookmarks callback.
PingModule Implementation of XEP-0199 XMPP Ping.
PingModule.PingAsyncCallback Ping callback.
ResourceBinderModule Module for Resource Binding.
ResourceBinderModule.ResourceBindEvent  
SessionEstablishmentModule Module for Session Establishment.
SessionEstablishmentModule.SessionEstablishmentEvent  
SoftwareVersionModule Implementation of XEP-0092: Software Version.
SoftwareVersionModule.SoftwareVersionAsyncCallback Software version callback.
StreamFeaturesModule Module for Stream Features.
StreamFeaturesModule.StreamFeaturesReceivedEvent  
 

Package tigase.jaxmpp.core.client.xmpp.modules Description

Support for XMPP Modules. Module is class mandated to process incoming XMPP Stanza. Modules also implements methods to execute some actions (for example retrieving VCards).



Copyright © 2006–2013 Tigase. All rights reserved.