Package | Description |
---|---|
org.jivesoftware.smackx.pubsub | |
org.jivesoftware.smackx.pubsub.provider |
Modifier and Type | Class and Description |
---|---|
class |
AffiliationsExtension
Represents the affiliations element of the reply to a request for affiliations.
|
class |
ConfigurationEvent
Represents the configuration element of a pubsub message event which
associates a configuration form to the node which was configured.
|
class |
FormNode
Generic stanza(/packet) extension which represents any pubsub form that is
parsed from the incoming stream or being sent out to the server.
|
class |
GetItemsRequest
Represents a request to subscribe to a node.
|
class |
Item
This class represents an item that has been, or will be published to a
pubsub node.
|
class |
ItemsExtension
This class is used to for multiple purposes.
|
class |
OptionsExtension
A stanza(/packet) extension representing the options element.
|
class |
PayloadItem<E extends ExtensionElement>
This class represents an item that has been, or will be published to a
pubsub node.
|
class |
PublishItem<T extends Item>
Represents a request to publish an item(s) to a specific node.
|
class |
SubscribeExtension
Represents a request to subscribe to a node.
|
class |
Subscription
Represents a subscription to node for both requests and replies.
|
class |
SubscriptionsExtension
Represents the element holding the list of subscription elements.
|
class |
UnsubscribeExtension
Represents an unsubscribe element.
|
Modifier and Type | Method and Description |
---|---|
NodeExtension |
EventElement.getEvent() |
Constructor and Description |
---|
EventElement(EventElementType eventType,
NodeExtension eventExt) |
Modifier and Type | Method and Description |
---|---|
protected NodeExtension |
SimpleNodeProvider.createReturnExtension(String currentElement,
String currentNamespace,
Map<String,String> attributeMap,
List<? extends ExtensionElement> content) |