| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 |
Copyright © 2006–2014 Tigase. All rights reserved.