Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
org.jivesoftware.smackx.pubsub.packet |
Stanzas and extension elements for Publish-Subscribe (XEP-60).
|
org.jivesoftware.smackx.pubsub.provider |
Providers for Publish-Subscribe (XEP-60).
|
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 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 for multiple purposes.
|
class |
OptionsExtension
A stanza 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() |
Modifier and Type | Method and Description |
---|---|
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
NodeExtension ext) |
Constructor and Description |
---|
EventElement(EventElementType eventType,
NodeExtension eventExt) |
Modifier and Type | Method and Description |
---|---|
static PubSub |
PubSub.createPubsubPacket(Jid to,
IQ.Type type,
NodeExtension extension) |
Modifier and Type | Method and Description |
---|---|
protected NodeExtension |
SimpleNodeProvider.createReturnExtension(String currentElement,
String currentNamespace,
Map<String,String> attributeMap,
List<? extends ExtensionElement> content) |