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

I

isConfigRequired() - Method in class org.jivesoftware.smackx.pubsub.Subscription
This value is only relevant when the Subscription.getState() is Subscription.State.unconfigured
isDelayed() - Method in class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Indicates whether this event was delayed.
isDeliverOn() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Determines if an entity wants to receive notifications.
isDeliverPayloads() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Does the node deliver payloads with event notifications.
isDigestOn() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Determines if notifications should be delivered as aggregations or not.
isIncludeBody() - Method in class org.jivesoftware.smackx.pubsub.SubscribeForm
Determines whether the entity wants to receive an XMPP message body in addition to the payload format.
isNotifyConfig() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines if subscribers should be notified when the configuration changes.
isNotifyDelete() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines whether subscribers should be notified when the node is deleted.
isNotifyRetract() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines whether subscribers should be notified when items are deleted from the node.
isPersistItems() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines whether items should be persisted in the node.
isPresenceBasedDelivery() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines whether to deliver notifications to available users only.
isSubscibe() - Method in class org.jivesoftware.smackx.pubsub.ConfigureForm
Determines if subscriptions are allowed.
Item<E extends org.jivesoftware.smack.packet.PacketExtension> - Class in org.jivesoftware.smackx.pubsub
This class represents an item that has been, or will be published to a pubsub node.
Item() - Constructor for class org.jivesoftware.smackx.pubsub.Item
Create an empty Item with no id.
Item(String) - Constructor for class org.jivesoftware.smackx.pubsub.Item
Create an Item with an id but no payload.
Item(String, E) - Constructor for class org.jivesoftware.smackx.pubsub.Item
Create an Item with an id and payload.
ItemDeleteEvent - Class in org.jivesoftware.smackx.pubsub
Represents an event in which items have been deleted from the node.
ItemDeleteEvent(String, List<String>, List<String>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemDeleteEvent
Constructs an ItemDeleteEvent that indicates the the supplied items (by id) have been deleted, and that the event matches the listed subscriptions.
ItemDeleteListener - Interface in org.jivesoftware.smackx.pubsub.listener
Defines the listener for item deletion events from a node.
ItemEventListener - Interface in org.jivesoftware.smackx.pubsub.listener
Defines the listener for items being published to a node.
ItemProvider - Class in org.jivesoftware.smackx.provider
Parses an item element as is defined in both the PubSubNamespace.BASIC and PubSubNamespace.EVENT namespaces.
ItemProvider() - Constructor for class org.jivesoftware.smackx.provider.ItemProvider
 
ItemPublishEvent - Class in org.jivesoftware.smackx.pubsub
Represents an event generated by an item(s) being published to a node.
ItemPublishEvent(String, List<Item>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Constructs an ItemPublishEvent with the provided list of Item that were published.
ItemPublishEvent(String, List<Item>, List<String>) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Constructs an ItemPublishEvent with the provided list of Item that were published.
ItemPublishEvent(String, List<Item>, List<String>, Date) - Constructor for class org.jivesoftware.smackx.pubsub.ItemPublishEvent
Constructs an ItemPublishEvent with the provided list of Item that were published in the past.
ItemReply - Enum in org.jivesoftware.smackx.pubsub
These are the options for the node configuration setting ConfigureForm.setItemReply(ItemReply), which defines who should receive replies to items.
ItemsExtension - Class in org.jivesoftware.smackx.pubsub
This class is used to for multiple purposes.
ItemsExtension(ItemsExtension.ItemsElementType, String, List<? extends PacketExtension>, String) - Constructor for class org.jivesoftware.smackx.pubsub.ItemsExtension
Construct an instance with a list representing items that have been published or deleted.
ItemsExtension(String, Integer) - Constructor for class org.jivesoftware.smackx.pubsub.ItemsExtension
Constructs a request to get items from the node as defined in the first scenario in ItemsExtension.ItemsExtension(ItemsElementType, String, List, String)
ItemsExtension.ItemsElementType - Enum in org.jivesoftware.smackx.pubsub
 
ItemsProvider - Class in org.jivesoftware.smackx.provider
Parses the items element out of the message event stanza from the server as specified in the items schema.
ItemsProvider() - Constructor for class org.jivesoftware.smackx.provider.ItemsProvider
 

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