| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JaxmppCore.send(IQ stanza,
AsyncCallback asyncCallback)
Sends IQ
type='get' stanza to XMPP Server in current
connection. |
void |
JaxmppCore.send(IQ stanza,
Long timeout,
AsyncCallback asyncCallback)
Sends IQ
type='get' stanza to XMPP Server in current
connection. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIQModule.process(IQ stanza) |
protected void |
SoftwareVersionModule.processGet(IQ element) |
protected void |
PingModule.processGet(IQ stanza) |
protected void |
EntityTimeModule.processGet(IQ stanza) |
protected void |
BookmarksModule.processGet(IQ element) |
protected abstract void |
AbstractIQModule.processGet(IQ element)
Method for processing stanza
<iq type='get'>. |
protected void |
SoftwareVersionModule.processSet(IQ element) |
protected void |
PingModule.processSet(IQ stanza) |
protected void |
EntityTimeModule.processSet(IQ stanza) |
protected void |
BookmarksModule.processSet(IQ element) |
protected abstract void |
AbstractIQModule.processSet(IQ element)
Method for processing stanza
<iq type='set'>. |
| Modifier and Type | Method and Description |
|---|---|
IQ |
NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent.getIq() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NonSaslAuthModule.fireAuthStart(IQ iq) |
void |
NonSaslAuthModule.NonSaslAuthStartHandler.onAuthStart(SessionObject sessionObject,
IQ iq) |
protected void |
NonSaslAuthModule.processGet(IQ element) |
protected void |
NonSaslAuthModule.processSet(IQ element) |
void |
NonSaslAuthModule.NonSaslAuthStartHandler.NonSaslAuthStartEvent.setIq(IQ iq) |
| Constructor and Description |
|---|
NonSaslAuthStartEvent(SessionObject sessionObject,
IQ iq) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
NodeDetailsCallback.getFeatures(SessionObject sessionObject,
IQ requestStanza,
String node) |
String[] |
DiscoveryModule.DefaultNodeDetailsCallback.getFeatures(SessionObject sessionObject,
IQ requestStanza,
String node) |
DiscoveryModule.Identity |
NodeDetailsCallback.getIdentity(SessionObject sessionObject,
IQ requestStanza,
String node) |
DiscoveryModule.Identity |
DiscoveryModule.DefaultNodeDetailsCallback.getIdentity(SessionObject sessionObject,
IQ requestStanza,
String node) |
DiscoveryModule.Item[] |
NodeDetailsCallback.getItems(SessionObject sessionObject,
IQ requestStanza,
String node) |
DiscoveryModule.Item[] |
DiscoveryModule.DefaultNodeDetailsCallback.getItems(SessionObject sessionObject,
IQ requestStanza,
String node) |
void |
DiscoveryModule.ServerFeaturesReceivedHandler.onServerFeaturesReceived(SessionObject sessionObject,
IQ stanza,
String[] features) |
protected void |
DiscoveryModule.processGet(IQ element) |
protected void |
DiscoveryModule.processSet(IQ element) |
| Constructor and Description |
|---|
ServerFeaturesReceivedEvent(SessionObject sessionObject,
IQ responseStanza,
String[] features) |
| Modifier and Type | Method and Description |
|---|---|
static IQ |
IQ.create() |
static IQ |
Stanza.createIQ() |
Copyright © 2006–2016 Tigase. All rights reserved.