| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.connector |
Classes for implementing Connectors.
|
| tigase.jaxmpp.core.client.xmpp.modules.auth |
Support for SASL and non-SASL authentication .
|
| tigase.jaxmpp.core.client.xmpp.modules.disco |
Support for XEP-0030: Service Discovery.
|
| Modifier and Type | Field and Description |
|---|---|
protected XmppModulesManager |
JaxmppCore.modulesManager |
| Modifier and Type | Method and Description |
|---|---|
XmppModulesManager |
JaxmppCore.getModulesManager() |
XmppModulesManager |
Processor.getXmppModulesManages() |
| Modifier and Type | Method and Description |
|---|---|
XmppSessionLogic |
Connector.createSessionLogic(XmppModulesManager modulesManager,
PacketWriter writer)
Returns instance of XmppSessionLogic to work with this
connector.
|
| Constructor and Description |
|---|
Processor(XmppModulesManager xmppModulesManages,
AbstractSessionObject sessionObject,
PacketWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
XmppSessionLogic |
ConnectorWrapper.createSessionLogic(XmppModulesManager modulesManager,
PacketWriter writer) |
XmppSessionLogic |
AbstractBoshConnector.createSessionLogic(XmppModulesManager modulesManager,
PacketWriter writer) |
| Constructor and Description |
|---|
BoshXmppSessionLogic(Connector connector,
XmppModulesManager modulesManager,
SessionObject sessionObject,
PacketWriter writer) |
| Constructor and Description |
|---|
AuthModule(Observable parentObservable,
SessionObject sessionObject,
XmppModulesManager modulesManager) |
| Constructor and Description |
|---|
DiscoInfoModule(SessionObject sessionObject,
PacketWriter packetWriter,
XmppModulesManager modulesManager) |
Copyright © 2006–2014 Tigase. All rights reserved.