| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.connector |
Classes for implementing Connectors.
|
| tigase.jaxmpp.core.client.eventbus |
EventBus is mechanism to dispatch events fired by few modules to all listeners.
|
| tigase.jaxmpp.core.client.xmpp.modules |
Support for XMPP Modules.
|
| 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.
|
| tigase.jaxmpp.core.client.xmpp.modules.streammng |
| Modifier and Type | Class and Description |
|---|---|
static class |
Connector.ConnectedHandler.ConnectedEvent
Fired after creates XMPP Stream
|
static class |
Connector.DisconnectedHandler.DisconnectedEvent
Fired when Connector is permanently stopped.
|
static class |
Connector.EncryptionEstablishedHandler.EncryptionEstablishedEvent
Fired after encrypted connection is established.
|
static class |
Connector.ErrorHandler.ErrorEvent
Fired on connection error.
|
static class |
Connector.StanzaReceivedHandler.StanzaReceivedEvent
Fired when stanza is received.
|
static class |
Connector.StanzaSendingHandler.StanzaSendingEvent
Fired when stanza is sending.
|
static class |
Connector.StateChangedHandler.StateChangedEvent
Fired after connection state is changed.
|
static class |
Connector.StreamTerminatedHandler.StreamTerminatedEvent
Fired after XMPP Stream is terminated.
|
static class |
JaxmppCore.LoggedInHandler.LoggedInEvent
Fired when connection is fully established.
|
static class |
JaxmppCore.LoggedOutHandler.LoggedOutEvent
Fired when jaxmpp is disconnected.
|
static class |
SessionObject.ClearedHandler.ClearedEvent
Fired when properties from
SessionObject are cleared. |
static class |
XmppSessionLogic.XmppSessionEstablishedHandler.XmppSessionEstablishedEvent |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractBoshConnector.BoshPacketReceivedHandler.BoshPacketReceivedEvent
Fired BOSH packet is received.
|
static class |
AbstractBoshConnector.BoshPacketSendingHandler.BoshPacketSendingEvent
Fired when BOSH packet is sending.
|
static class |
SeeOtherHostHandler.SeeOtherHostEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
JaxmppEventWithCallback<H extends EventHandler>
Created by andrzej on 02.11.2016.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceBinderModule.ResourceBindErrorHandler.ResourceBindErrorEvent |
static class |
ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent |
static class |
SessionEstablishmentModule.SessionEstablishmentErrorHandler.SessionEstablishmentErrorEvent |
static class |
SessionEstablishmentModule.SessionEstablishmentSuccessHandler.SessionEstablishmentSuccessEvent |
static class |
StreamFeaturesModule.StreamFeaturesReceivedHandler.StreamFeaturesReceivedEvent |
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthModule.AuthFailedHandler.AuthFailedEvent |
static class |
AuthModule.AuthStartHandler.AuthStartEvent |
static class |
AuthModule.AuthSuccessHandler.AuthSuccessEvent |
static class |
NonSaslAuthModule.NonSaslAuthFailedHandler.NonSaslAuthFailedEvent |
static class |
NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent |
static class |
NonSaslAuthModule.NonSaslAuthSuccessHandler.NonSaslAuthSuccessEvent |
static class |
SaslModule.SaslAuthFailedHandler.SaslAuthFailedEvent |
static class |
SaslModule.SaslAuthStartHandler.SaslAuthStartEvent |
static class |
SaslModule.SaslAuthSuccessHandler.SaslAuthSuccessEvent |
| Modifier and Type | Class and Description |
|---|---|
static class |
DiscoveryModule.AccountFeaturesReceivedHandler.AccountFeaturesReceivedEvent |
static class |
DiscoveryModule.ServerFeaturesReceivedHandler.ServerFeaturesReceivedEvent |
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamManagementModule.StreamManagementEnabledHandler.StreamManagementEnabledEvent |
static class |
StreamManagementModule.StreamManagementFailedHandler.StreamManagementFailedEvent |
static class |
StreamManagementModule.StreamResumedHandler.StreamResumedEvent |
static class |
StreamManagementModule.UnacknowledgedHandler.UnacknowledgedEvent |
Copyright © 2006–2018 Tigase. All rights reserved.