Class LeafNode

java.lang.Object
org.jivesoftware.smackx.pubsub.Node
org.jivesoftware.smackx.pubsub.LeafNode

public class LeafNode extends Node
The main class for the majority of PubSub functionality. In general almost all PubSub capabilities are related to the concept of a node. All items are published to a node, and typically subscribed to by other users. These users then retrieve events based on this subscription.