| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubModule.AffiliationsRetrieveAsyncCallback |
static class |
PubSubModule.NodeConfigurationAsyncCallback |
static class |
PubSubModule.PublishAsyncCallback |
static class |
PubSubModule.RetrieveItemsAsyncCallback |
static class |
PubSubModule.SubscriptionAsyncCallback |
static class |
PubSubModule.SubscriptionOptionsAsyncCallback |
static class |
PubSubModule.SubscriptionsRetrieveAsyncCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubModule.configureNode(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement configuration,
PubSubAsyncCallback callback)
Submit configuration of node.
|
void |
PubSubModule.configureSubscription(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
tigase.jaxmpp.core.client.JID subscriberJID,
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement form,
PubSubAsyncCallback callback)
Submit configuration of subscription.
|
void |
PubSubModule.createNode(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement nodeConfiguration,
PubSubAsyncCallback callback)
Create node on PubSub Service.
|
void |
PubSubModule.createNode(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
PubSubAsyncCallback callback)
Create node on PubSub Service.
|
void |
PubSubModule.deleteAffiliation(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
tigase.jaxmpp.core.client.JID subscriberJID,
PubSubAsyncCallback callback)
Delete an entity from the affiliations list.
|
void |
PubSubModule.deleteItem(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
String itemId,
PubSubAsyncCallback callback)
Delete published item.
|
void |
PubSubModule.deleteNode(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
PubSubAsyncCallback callback)
Delete node from PubSub service.
|
void |
PubSubModule.deleteSubscription(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
tigase.jaxmpp.core.client.JID subscriberJID,
PubSubAsyncCallback callback)
Delete subscriber.
|
void |
PubSubModule.purge(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
PubSubAsyncCallback callback)
Purge the node of all published items.
|
void |
PubSubModule.setAffiliation(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
tigase.jaxmpp.core.client.JID subscriberJID,
Affiliation affiliation,
PubSubAsyncCallback callback)
Modify or set affiliation.
|
void |
PubSubModule.setAffiliation(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
PubSubModule.AffiliationElement[] affiliationElements,
PubSubAsyncCallback callback)
Modify or set multiple affiliations.
|
void |
PubSubModule.setSubscription(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
tigase.jaxmpp.core.client.JID subscriberJID,
Subscription subscription,
PubSubAsyncCallback callback)
Modify or set subscription.
|
void |
PubSubModule.setSubscription(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
PubSubModule.SubscriptionElement[] subscriptionElements,
PubSubAsyncCallback callback)
Modify or set multiple subscriptions.
|
void |
PubSubModule.unlockItem(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
String itemId,
PubSubAsyncCallback callback)
Unlock assigned item.
|
void |
PubSubModule.unsubscribe(tigase.jaxmpp.core.client.BareJID pubSubJID,
String nodeName,
tigase.jaxmpp.core.client.JID subscriberJID,
PubSubAsyncCallback callback)
Unsubscribe from a Node.
|
Copyright © 2006–2015 Tigase. All rights reserved.