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.adhoc |
Module implements XEP-0050: Ad-Hoc Commands.
|
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.flexible_offline |
Support for XEP-0013: Flexible Offline Message Retrieval.
|
tigase.jaxmpp.core.client.xmpp.modules.muc |
Support for XEP-0045: Multi-User Chat.
|
tigase.jaxmpp.core.client.xmpp.modules.pubsub |
Support for XEP-0060: Publish-Subscribe.
|
tigase.jaxmpp.core.client.xmpp.modules.socks5 | |
tigase.jaxmpp.core.client.xmpp.modules.vcard |
Support for XEP-0054: vcard-temp.
|
tigase.jaxmpp.core.client.xmpp.modules.xep0136 | |
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 |
SoftwareVersionModule.SoftwareVersionAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PingModule.PingAsyncCallback.onSuccess(Stanza responseStanza) |
void |
EntityTimeModule.EntityTimeAsyncCallback.onSuccess(Stanza responseStanza) |
void |
BookmarksModule.BookmarksAsyncCallback.onSuccess(Stanza stanza) |
Modifier and Type | Method and Description |
---|---|
void |
AdHocCommansModule.AdHocCommansAsyncCallback.onSuccess(Stanza responseStanza)
Called when received response has type result.
|
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 | Method and Description |
---|---|
void |
FlexibleOfflineMessageRetrieval.FlexibleOfflineMessageItemsAsyncCallback.onSuccess(Stanza responseStanza) |
Modifier and Type | Method and Description |
---|---|
static XMucUserElement |
XMucUserElement.extract(Stanza stanza) |
void |
MucModule.RoomConfgurationAsyncCallback.onSuccess(Stanza responseStanza) |
void |
MucModule.process(Stanza element) |
Modifier and Type | Method and Description |
---|---|
void |
PubSubAsyncCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition errorCondition) |
void |
PubSubModule.AffiliationsRetrieveAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.NodeConfigurationAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.PublishAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.RetrieveItemsAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.SubscriptionAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.SubscriptionOptionsAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PubSubModule.SubscriptionsRetrieveAsyncCallback.onSuccess(Stanza responseStanza) |
Modifier and Type | Method and Description |
---|---|
void |
StreamhostUsedCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition error) |
void |
StreamInitiationOfferAsyncCallback.onError(Stanza responseStanza,
XMPPException.ErrorCondition error) |
void |
StreamhostsCallback.onSuccess(Stanza stanza) |
void |
StreamhostUsedCallback.onSuccess(Stanza responseStanza) |
void |
StreamInitiationOfferAsyncCallback.onSuccess(Stanza stanza) |
Modifier and Type | Method and Description |
---|---|
void |
VCardModule.VCardAsyncCallback.onSuccess(Stanza responseStanza) |
void |
VCardModule.process(Stanza element) |
Modifier and Type | Method and Description |
---|---|
void |
MessageArchivingModule.CollectionAsyncCallback.onSuccess(Stanza stanza) |
void |
MessageArchivingModule.ItemsAsyncCallback.onSuccess(Stanza iq) |
void |
MessageArchivingModule.SettingsAsyncCallback.onSuccess(Stanza stanza) |
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–2016 Tigase. All rights reserved.