A C D E F G H I N O P R S T U V X

S

send() - Method in class org.jivesoftware.smackx.pubsub.Node
Publishes an event to the node.
send(Item) - Method in class org.jivesoftware.smackx.pubsub.Node
Publishes an event to the node.
send(Collection<Item>) - Method in class org.jivesoftware.smackx.pubsub.Node
Publishes multiple events to the node.
sendConfigurationForm(Form) - Method in class org.jivesoftware.smackx.pubsub.Node
Update the configuration with the contents of the new Form
setAccessModel(AccessModel) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the value of access model.
setBodyXSLT(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
setChildren(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the list of child node ids that are associated with a collection node.
setChildrenAssociationPolicy(ChildrenAssociationPolicy) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the policy that determines who may associate children with the node.
setChildrenAssociationWhitelist(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the JID's in the whitelist of users that can associate child nodes with the collection node.
setChildrenMax(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the maximum number of child nodes that can be associated with a collection node.
setCollection(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the collection node which the node is affiliated with.
setDataformXSLT(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine.
setDataType(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the type of node data, usually specified by the namespace of the payload (if any).
setDeliverOn(boolean) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets whether an entity wants to receive notifications.
setDeliverPayloads(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether the node will deliver payloads with event notifications.
setDigestFrequency(int) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets the minimum number of milliseconds between sending notification digests
setDigestOn(boolean) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets whether notifications should be delivered as aggregations or not.
setExpiry(Date) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets the time at which the leased subscription will expire, or has expired.
setFrom(String) - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
setIncludeBody(boolean) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets whether the entity wants to receive an XMPP message body in addition to the payload format.
setItemReply(ItemReply) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets who should get the replies to items
setMaxItems(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Set the maximum number of items to persisted to this node if ConfigureForm.isPersistItems() is true.
setMaxPayloadSize(int) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the maximum payload size in bytes
setNodeType(NodeType) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the node type
setNotifyConfig(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether subscribers should be notified when the configuration changes.
setNotifyDelete(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether subscribers should be notified when the node is deleted.
setNotifyRetract(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether subscribers should be notified when items are deleted from the node.
setPersistentItems(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether items should be persisted in the node.
setPresenceBasedDelivery(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether to deliver notifications to available users only.
setPublishModel(PublishModel) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the publishing model for the node, which determines who may publish to it.
setPubSubNamespace(PubSubNamespace) - Method in class org.jivesoftware.smackx.packet.PubSub
Set the namespace for the packet if it something other than the default case of PubSubNamespace.BASIC.
setReason(String) - Method in class org.jivesoftware.smackx.packet.DelayInfo
 
setReplyRoom(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the multi user chat rooms that are specified as reply rooms.
setReplyTo(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the specific JID's for reply to.
setRosterGroupsAllowed(List<String>) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets the roster groups that are allowed to subscribe and retrieve items.
setShowValues(Collection<PresenceState>) - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Sets the list of PresenceState for which an entity wants to receive notifications.
setSubscribe(boolean) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets whether subscriptions are allowed.
setTitle(String) - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Sets a human readable title for the node.
SimpleNodeProvider - Class in org.jivesoftware.smackx.provider
Parses simple elements that only contain a node attribute.
SimpleNodeProvider() - Constructor for class org.jivesoftware.smackx.provider.SimpleNodeProvider
 
SimplePayload - Class in org.jivesoftware.smackx.pubsub
The default payload representation for Item.getPayload().
SimplePayload(String, String, String) - Constructor for class org.jivesoftware.smackx.pubsub.SimplePayload
Construct a SimplePayload object with the specified element name, namespace and content.
subscribe(String) - Method in class org.jivesoftware.smackx.pubsub.Node
The user subscribes to the node using the supplied jid.
subscribe(String, SubscribeForm) - Method in class org.jivesoftware.smackx.pubsub.Node
The user subscribes to the node using the supplied jid and subscription options.
SubscribeExtension - Class in org.jivesoftware.smackx.pubsub
Represents a request to subscribe to a node.
SubscribeExtension(String) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
SubscribeExtension(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeExtension
 
SubscribeForm - Class in org.jivesoftware.smackx.pubsub
A decorator for a Form to easily enable reading and updating of subscription options.
SubscribeForm(DataForm) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeForm
 
SubscribeForm(Form) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeForm
 
SubscribeForm(FormType) - Constructor for class org.jivesoftware.smackx.pubsub.SubscribeForm
 
SubscribeOptionFields - Enum in org.jivesoftware.smackx.pubsub
Defines the possible field options for a subscribe options form as defined by Section 16.4.2.
Subscription - Class in org.jivesoftware.smackx.pubsub
Represents a subscription to node for both requests and replies.
Subscription(String) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
Used to constructs a subscription request to the root node with the specified JID.
Subscription(String, String) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
Used to constructs a subscription request to the specified node with the specified JID.
Subscription(String, String, String, Subscription.State) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
Constructs a representation of a subscription reply to the specified node and JID.
Subscription(String, String, String, Subscription.State, boolean) - Constructor for class org.jivesoftware.smackx.pubsub.Subscription
Constructs a representation of a subscription reply to the specified node and JID.
Subscription.State - Enum in org.jivesoftware.smackx.pubsub
 
SubscriptionEvent - Class in org.jivesoftware.smackx.pubsub
Base class to represents events that are associated to subscriptions.
SubscriptionProvider - Class in org.jivesoftware.smackx.provider
Parses the subscription element out of the pubsub IQ message from the server as specified in the subscription schema.
SubscriptionProvider() - Constructor for class org.jivesoftware.smackx.provider.SubscriptionProvider
 
SubscriptionsExtension - Class in org.jivesoftware.smackx.pubsub
Represents the element holding the list of subscription elements.
SubscriptionsExtension(List<Subscription>) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
Subscriptions to the root node
SubscriptionsExtension(String, List<Subscription>) - Constructor for class org.jivesoftware.smackx.pubsub.SubscriptionsExtension
Subscriptions to the specified node.
SubscriptionsProvider - Class in org.jivesoftware.smackx.provider
Parses the subscriptions element out of the pubsub IQ message from the server as specified in the subscriptions schema.
SubscriptionsProvider() - Constructor for class org.jivesoftware.smackx.provider.SubscriptionsProvider
 
SyncPacketSend - Class in org.jivesoftware.smackx.packet
Utility class for doing synchronous calls to the server.

A C D E F G H I N O P R S T U V X