| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| 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.stanzas |
XMPP Stanzas.
|
| tigase.jaxmpp.core.client.xmpp.utils.delay |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition error)
Called when received response has type error.
|
void |
AsyncCallback.onSuccess(Stanza responseStanza)
Called when received response has type result.
|
void |
JaxmppCore.send(Stanza stanza)
Sends stanza to XMPP Server in current connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStanzaExtendableModule<T extends Stanza> |
class |
AbstractStanzaModule<T extends Stanza> |
| Modifier and Type | Method and Description |
|---|---|
void |
PingModule.PingAsyncCallback.onSuccess(Stanza responseStanza) |
void |
BookmarksModule.BookmarksAsyncCallback.onSuccess(Stanza stanza) |
void |
EntityTimeModule.EntityTimeAsyncCallback.onSuccess(Stanza responseStanza) |
void |
SoftwareVersionModule.SoftwareVersionAsyncCallback.onSuccess(Stanza responseStanza) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NonSaslAuthModule.onError(Stanza responseStanza,
XMPPException.ErrorCondition error) |
protected void |
NonSaslAuthModule.onSuccess(Stanza responseStanza) |
| Modifier and Type | Field and Description |
|---|---|
protected Stanza |
DiscoveryModule.DiscoInfoAsyncCallback.responseStanza |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryModule.DiscoInfoAsyncCallback.onSuccess(Stanza responseStanza) |
void |
DiscoveryModule.DiscoItemsAsyncCallback.onSuccess(Stanza responseStanza) |
| Modifier and Type | Class and Description |
|---|---|
class |
IQ
Representation of IQ stanza.
|
class |
Message
Representation od Message stanza.
|
class |
Presence
Representation of Presence stanza.
|
| Modifier and Type | Method and Description |
|---|---|
static Stanza |
Stanza.create(Element element)
Creates new stanza.
|
| Modifier and Type | Method and Description |
|---|---|
static XmppDelay |
XmppDelay.extract(Stanza stanza) |
Copyright © 2006–2020 Tigase. All rights reserved.