| Package | Description |
|---|---|
| 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.filetransfer | |
| tigase.jaxmpp.core.client.xmpp.modules.jingle |
Support for JINGLE.
|
| tigase.jaxmpp.core.client.xmpp.modules.pubsub |
Support for XEP-0060: Publish-Subscribe.
|
| tigase.jaxmpp.core.client.xmpp.modules.registration |
Support for XEP-0077: In-Band Registration.
|
| tigase.jaxmpp.core.client.xmpp.modules.roster |
Support for roster management.
|
| tigase.jaxmpp.core.client.xmpp.modules.socks5 | |
| tigase.jaxmpp.core.client.xmpp.stanzas |
XMPP Stanzas.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SoftwareVersionModule.processGet(IQ element) |
protected void |
PingModule.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 |
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 |
AdHocRequest.getIq()
Returns IQ stanza constains command request.
|
protected IQ |
AdHocCommansModule.AdHocCommansAsyncCallback.getResponse()
Reutrns IQ stanza with response.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdHocCommansModule.processGet(IQ element) |
protected void |
AdHocCommansModule.processSet(IQ element) |
| Constructor and Description |
|---|
AdHocRequest(Action action,
String node,
String sessionId,
IQ iq,
Map<String,Session> sessions) |
| Modifier and Type | Method and Description |
|---|---|
IQ |
NonSaslAuthModule.NonSaslAuthEvent.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NonSaslAuthModule.fireAuthStart(IQ iq) |
protected void |
NonSaslAuthModule.processGet(IQ element) |
protected void |
NonSaslAuthModule.processSet(IQ element) |
void |
NonSaslAuthModule.NonSaslAuthEvent.setRequest(IQ iq) |
| Modifier and Type | Method and Description |
|---|---|
IQ |
DiscoItemsModule.DiscoItemEvent.getRequestStanza() |
IQ |
DiscoInfoModule.DiscoInfoEvent.getRequestStanza() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DiscoItemsModule.processGet(IQ element) |
protected void |
DiscoInfoModule.processGet(IQ element) |
protected void |
DiscoItemsModule.processSet(IQ element) |
protected void |
DiscoInfoModule.processSet(IQ element) |
void |
DiscoItemsModule.DiscoItemEvent.setRequestStanza(IQ requestStanza) |
void |
DiscoInfoModule.DiscoInfoEvent.setRequestStanza(IQ requestStanza) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileTransferModule.process(IQ iq) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JingleModule.processIq(IQ iq) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
PubSubAsyncCallback.onEror(IQ response,
XMPPException.ErrorCondition errorCondition,
PubSubErrorCondition pubSubErrorCondition) |
protected abstract void |
PubSubModule.NodeConfigurationAsyncCallback.onReceiveConfiguration(IQ responseStanza,
String node,
JabberDataElement form) |
protected abstract void |
PubSubModule.SubscriptionOptionsAsyncCallback.onReceiveConfiguration(IQ responseStanza,
String node,
JID jid,
JabberDataElement form) |
protected abstract void |
PubSubModule.AffiliationsRetrieveAsyncCallback.onRetrieve(IQ response,
String node,
Collection<PubSubModule.AffiliationElement> affiliations) |
protected abstract void |
PubSubModule.RetrieveItemsAsyncCallback.onRetrieve(IQ responseStanza,
String nodeName,
Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items) |
protected void |
PubSubModule.RetrieveItemsAsyncCallback.onRetrieve(IQ responseStanza,
String nodeName,
Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items,
Integer count,
Integer firstIndex,
String first,
String last) |
protected abstract void |
PubSubModule.SubscriptionsRetrieveAsyncCallback.onRetrieve(IQ response,
String node,
Collection<PubSubModule.SubscriptionElement> subscriptions) |
protected abstract void |
PubSubModule.SubscriptionAsyncCallback.onSubscribe(IQ response,
PubSubModule.SubscriptionElement subscriptionElement) |
| Modifier and Type | Method and Description |
|---|---|
IQ |
InBandRegistrationModule.RegistrationEvent.getStanza() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InBandRegistrationModule.processGet(IQ element) |
protected void |
InBandRegistrationModule.processSet(IQ element) |
void |
InBandRegistrationModule.RegistrationEvent.setStanza(IQ stanza) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RosterModule.processGet(IQ element) |
protected void |
RosterModule.processSet(IQ stanza) |
| Modifier and Type | Method and Description |
|---|---|
void |
Socks5BytestreamsModule.process(IQ iq) |
| Modifier and Type | Method and Description |
|---|---|
static IQ |
IQ.create() |
Copyright © 2006–2014 Tigase. All rights reserved.