| 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.chat |
Support for sending messages and trace converstation.
|
| tigase.jaxmpp.core.client.xmpp.modules.disco |
Support for XEP-0030: Service Discovery.
|
| 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.modules.vcard |
Support for XEP-0054: vcard-temp.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ResponseManager.registerResponseHandler(Element stanza,
Long timeout,
AsyncCallback callback)
Register callback for response of sent
stanza. |
String |
AbstractSessionObject.registerResponseHandler(Element stanza,
Long timeout,
AsyncCallback callback) |
void |
JaxmppCore.send(Stanza stanza,
AsyncCallback asyncCallback) |
void |
JaxmppCore.send(Stanza stanza,
Long timeout,
AsyncCallback asyncCallback) |
void |
PacketWriter.write(Element stanza,
AsyncCallback asyncCallback)
Write a (IQ) stanza element to Stream and register callback with default
timeout.
|
void |
PacketWriter.write(Element stanza,
Long timeout,
AsyncCallback asyncCallback)
Write a (IQ) stanza element to Stream and register callback with given
timeout.
|
| Constructor and Description |
|---|
ResponseManager.Entry(JID jid,
long timestamp,
long timeout,
AsyncCallback callback) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BookmarksModule.BookmarksAsyncCallback
Bookmarks callback.
|
static class |
PingModule.PingAsyncCallback
Ping callback.
|
static class |
SoftwareVersionModule.SoftwareVersionAsyncCallback
Software version callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoftwareVersionModule.checkSoftwareVersion(JID jid,
AsyncCallback callback)
Requests software version for given entity.
|
void |
PingModule.ping(JID jid,
AsyncCallback asyncCallback)
Ping given XMPP entity.
|
void |
BookmarksModule.publishBookmarks(List<Element> bookmarks,
AsyncCallback callback)
Send list of bookmarks to private storage.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AdHocCommansModule.AdHocCommansAsyncCallback
Callback to handle result of ad-hoc command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdHocCommansModule.execute(JID toJID,
String node,
Action action,
JabberDataElement data,
AsyncCallback asyncCallback)
Calls ad-hoc command on remote resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageCarbonsModule.disable(AsyncCallback callback)
Disable carbons.
|
void |
MessageCarbonsModule.enable(AsyncCallback callback)
Enable carbons.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DiscoInfoModule.DiscoInfoAsyncCallback |
static class |
DiscoItemsModule.DiscoItemsAsyncCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoInfoModule.getInfo(JID jid,
String node,
AsyncCallback callback) |
void |
DiscoItemsModule.getItems(JID jid,
AsyncCallback callback) |
void |
DiscoItemsModule.getItems(JID jid,
String node,
AsyncCallback callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubAsyncCallback |
static class |
PubSubModule.AffiliationsRetrieveAsyncCallback |
static class |
PubSubModule.NodeConfigurationAsyncCallback |
static class |
PubSubModule.PublishAsyncCallback |
static class |
PubSubModule.RetrieveItemsAsyncCallback |
static class |
PubSubModule.RetrieveMultiItemsAsyncCallback |
static class |
PubSubModule.SubscriptionAsyncCallback |
static class |
PubSubModule.SubscriptionOptionsAsyncCallback |
static class |
PubSubModule.SubscriptionsRetrieveAsyncCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubModule.configureNode(BareJID pubSubJID,
String nodeName,
JabberDataElement configuration,
AsyncCallback callback)
Submit configuration of node.
|
void |
PubSubModule.configureSubscription(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
JabberDataElement form,
AsyncCallback callback)
Submit configuration of subscription.
|
void |
PubSubModule.createNode(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Create node on PubSub Service.
|
void |
PubSubModule.createNode(BareJID pubSubJID,
String nodeName,
JabberDataElement nodeConfiguration,
AsyncCallback callback)
Create node on PubSub Service.
|
void |
PubSubModule.deleteItem(BareJID pubSubJID,
String nodeName,
String itemId,
AsyncCallback callback)
Delete published item.
|
void |
PubSubModule.deleteNode(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Delete node from PubSub service.
|
void |
PubSubModule.getDefaultSubscriptionConfiguration(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Gets default subscription configuration.
|
void |
PubSubModule.getNodeConfiguration(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Get node configuration.
|
void |
PubSubModule.getNodeConfigurationDefault(BareJID pubSubJID,
AsyncCallback callback)
Get default node configuration.
|
void |
PubSubModule.getSubscriptionConfiguration(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
AsyncCallback callback)
Get subscription options.
|
void |
PubSubModule.publishItem(BareJID pubSubJID,
String nodeName,
String itemId,
Element payload,
AsyncCallback callback)
Publish item in PubSub service.
|
void |
PubSubModule.purge(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Purge the node of all published items.
|
void |
PubSubModule.retrieveAffiliations(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Retrieve affiliations.
|
protected void |
PubSubModule.retrieveAffiliations(BareJID pubSubJID,
String nodeName,
String xmlns,
AsyncCallback callback) |
void |
PubSubModule.retrieveItem(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Gets ALL published items from node.
|
void |
PubSubModule.retrieveItem(BareJID pubSubJID,
String nodeName,
String itemId,
AsyncCallback callback)
Gets published item from node.
|
void |
PubSubModule.retrieveItem(BareJID pubSubJID,
String nodeName,
String itemId,
Integer maxItems,
AsyncCallback callback)
Gets published item(s) from node.
|
void |
PubSubModule.retrieveItems(BareJID pubSubJID,
String nodeName,
Integer max,
Integer index,
Date after,
AsyncCallback callback)
Gets published item(s) from node.
|
void |
PubSubModule.retrieveOwnAffiliations(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Retrieve own affiliations.
|
void |
PubSubModule.retrieveOwnSubscription(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Retrieve own subscriptions.
|
void |
PubSubModule.retrieveSubscription(BareJID pubSubJID,
String nodeName,
AsyncCallback callback)
Retrieve all subscriptions of given node.
|
void |
PubSubModule.retrieveSubscription(BareJID pubSubJID,
String nodeName,
PubSubModule.SubscriptionFilterExtension filterExt,
AsyncCallback callback)
Retrieve all subscriptions of given node.
|
protected void |
PubSubModule.retrieveSubscription(BareJID pubSubJID,
String nodeName,
String xmlns,
PubSubModule.SubscriptionFilterExtension filterExt,
AsyncCallback callback) |
void |
FormSubmitter.submit(AsyncCallback callback) |
void |
PubSubModule.subscribe(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
JabberDataElement options,
AsyncCallback callback)
Subscribe to a Node.
|
void |
PubSubModule.unlockItem(BareJID pubSubJID,
String nodeName,
String itemId,
AsyncCallback callback)
Unlock assigned item.
|
void |
PubSubModule.unsubscribe(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
AsyncCallback callback)
Unsubscribe from a Node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InBandRegistrationModule.register(String username,
String password,
String email,
AsyncCallback asyncCallback) |
void |
InBandRegistrationModule.removeAccount(AsyncCallback asyncCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
RosterStore.add(BareJID jid,
String name,
AsyncCallback asyncCallback)
Adds new contact to roster.
|
void |
RosterStore.add(BareJID jid,
String name,
Collection<String> groups,
AsyncCallback asyncCallback)
Adds new contact to roster.
|
protected void |
RosterModule.add(BareJID jid,
String name,
Collection<String> groups,
AsyncCallback asyncCallback) |
void |
RosterStore.add(BareJID jid,
String name,
String[] groups,
AsyncCallback asyncCallback)
Adds new contact to roster.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Socks5BytestreamsModule.ActivateCallback |
class |
StreamhostsCallback |
class |
StreamhostUsedCallback |
class |
StreamInitiationOfferAsyncCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
Socks5BytestreamsModule.sendStreamhosts(JID recipient,
String sid,
List<Streamhost> hosts,
AsyncCallback callback) |
| Modifier and Type | Class and Description |
|---|---|
static class |
VCardModule.VCardAsyncCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
VCardModule.retrieveVCard(JID jid,
AsyncCallback asyncCallback) |
void |
VCardModule.retrieveVCard(JID jid,
Long timeout,
AsyncCallback asyncCallback) |
void |
VCardModule.setVCard(VCard vc,
AsyncCallback asyncCallback) |
void |
VCardModule.setVCard(VCard vc,
Long timeout,
AsyncCallback asyncCallback) |
Copyright © 2006–2014 Tigase. All rights reserved.