| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.connector |
Classes for implementing Connectors.
|
| tigase.jaxmpp.core.client.xmpp.forms |
Support for Data Form.
|
| tigase.jaxmpp.core.client.xmpp.modules |
Support for XMPP Modules.
|
| tigase.jaxmpp.core.client.xmpp.modules.connection | |
| 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.stream | |
| tigase.jaxmpp.core.client.xmpp.utils.delay |
| Modifier and Type | Method and Description |
|---|---|
static JID |
JID.jidInstance(BareJID bareJid)
|
static JID |
JID.jidInstance(BareJID bareJid,
String p_resource)
Creates intance of
JID. |
static JID |
JID.jidInstance(String jid)
Creates intance of
JID. |
static JID |
JID.jidInstance(String localpart,
String domain)
Creates intance of
JID. |
static JID |
JID.jidInstance(String localpart,
String domain,
String resource)
Creates intance of
JID. |
| Modifier and Type | Method and Description |
|---|---|
int |
JID.compareTo(JID o) |
protected abstract void |
JaxmppCore.onResourceBindSuccess(JID bindedJID) |
| Constructor and Description |
|---|
Entry(JID jid,
String stanzaId,
long timestamp,
long timeout,
AsyncCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BoshXmppSessionLogic.onResourceBindSuccess(SessionObject sessionObject,
JID bindedJid) |
protected void |
AbstractSocketXmppSessionLogic.processResourceBindEvent(SessionObject sessionObject,
JID bindedJid) |
| Modifier and Type | Method and Description |
|---|---|
JID[] |
JidMultiField.getFieldValue()
Returns value of field.
|
JID |
JidSingleField.getFieldValue()
Returns value of field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JidMultiField.addFieldValue(JID... value)
Add value to field.
|
JidMultiField |
JabberDataElement.addJidMultiField(String var,
JID... value)
Adds jid-multi field to form.
|
JidSingleField |
JabberDataElement.addJidSingleField(String var,
JID value)
Adds jid-single field to form.
|
void |
JidSingleField.setFieldValue(JID value)
Sets value of field.
|
void |
JidMultiField.setFieldValue(JID[] value)
Sets value of field.
|
| Modifier and Type | Method and Description |
|---|---|
JID |
ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent.getBindedJid() |
JID |
ResourceBinderModule.getBindedJID() |
static JID |
ResourceBinderModule.getBindedJID(SessionObject sessionObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
SoftwareVersionModule.checkSoftwareVersion(JID jid,
AsyncCallback callback)
Requests software version for given entity.
|
void |
SoftwareVersionModule.checkSoftwareVersion(JID jid,
SoftwareVersionModule.SoftwareVersionAsyncCallback callback)
Requests software version for given entity.
|
void |
EntityTimeModule.getEntityTime(JID jid,
AsyncCallback asyncCallback)
Request for XMPP entity time.
|
void |
EntityTimeModule.getEntityTime(JID jid,
EntityTimeModule.EntityTimeAsyncCallback asyncCallback)
Request for XMPP entity time.
|
void |
ResourceBinderModule.ResourceBindSuccessHandler.onResourceBindSuccess(SessionObject sessionObject,
JID bindedJid) |
void |
PingModule.ping(JID jid,
AsyncCallback asyncCallback)
Ping given XMPP entity.
|
void |
PingModule.ping(JID jidInstance,
PingModule.PingAsyncCallback asyncCallback)
Ping given XMPP entity.
|
void |
ResourceBinderModule.ResourceBindSuccessHandler.ResourceBindSuccessEvent.setBindedJid(JID bindedJid) |
| Constructor and Description |
|---|
ResourceBindSuccessEvent(SessionObject sessionObject,
JID jid) |
| Modifier and Type | Method and Description |
|---|---|
JID |
ConnectionEndpoint.getJid() |
JID |
ConnectionSession.getPeer() |
| Constructor and Description |
|---|
ConnectionSession(SessionObject sessionObject,
JID peer,
String sid,
boolean tcp) |
| Modifier and Type | Method and Description |
|---|---|
JID |
DiscoveryModule.Item.getJid() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryModule.getInfo(JID jid,
DiscoveryModule.DiscoInfoAsyncCallback callback) |
void |
DiscoveryModule.getInfo(JID jid,
String node,
AsyncCallback callback) |
void |
DiscoveryModule.getInfo(JID jid,
String node,
DiscoveryModule.DiscoInfoAsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
AsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
DiscoveryModule.DiscoItemsAsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
RSM rsm,
DiscoveryModule.DiscoItemsAsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
String node,
AsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
String node,
RSM rsm,
AsyncCallback callback) |
void |
DiscoveryModule.Item.setJid(JID jid) |
| Modifier and Type | Method and Description |
|---|---|
JID |
Stanza.getFrom()
Returns 'from' attribute.
|
JID |
Stanza.getTo()
Returns 'to' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stanza.setFrom(JID jid)
Sets 'from' attribute.
|
void |
Stanza.setTo(JID jid)
Sets 'to' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
XMPPStream |
XmppStreamsManager.getXmppStream(JID jid) |
void |
XmppStreamsManager.registerXmppStream(JID jid,
XMPPStream xmppStream) |
void |
XmppStreamsManager.unregisterXmppStream(JID jid) |
| Modifier and Type | Method and Description |
|---|---|
JID |
XmppDelay.getFrom() |
Copyright © 2006–2022 Tigase. All rights reserved.