Uses of Enum
org.jivesoftware.smackx.pubsub.PubSubElementType
Packages that use PubSubElementType
Package
Description
Smack's API for XEP-0060: Publish-Subscribe.
Stanzas and extension elements for Publish-Subscribe (XEP-60).
Utilities for Publish-Subscribe (XEP-60).
-
Uses of PubSubElementType in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub declared as PubSubElementTypeModifier and TypeFieldDescriptionfinal PubSubElementType
Affiliation.AffiliationNamespace.type
final PubSubElementType
SubscriptionsExtension.SubscriptionsNamespace.type
Methods in org.jivesoftware.smackx.pubsub that return PubSubElementTypeModifier and TypeMethodDescriptionFormNodeType.getNodeElement()
ItemsExtension.ItemsElementType.getNodeElement()
static PubSubElementType
Returns the enum constant of this type with the specified name.static PubSubElementType
PubSubElementType.valueOfFromElemName
(String elemName, String namespace) static PubSubElementType[]
PubSubElementType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.pubsub with parameters of type PubSubElementTypeModifierConstructorDescriptionConstructs aNodeExtension
with an element name specified byPubSubElementType
.NodeExtension
(PubSubElementType elem, String nodeId) Constructs aNodeExtension
with an element name specified byPubSubElementType
and the specified node id. -
Uses of PubSubElementType in org.jivesoftware.smackx.pubsub.packet
Methods in org.jivesoftware.smackx.pubsub.packet with parameters of type PubSubElementTypeModifier and TypeMethodDescription<PE extends XmlElement>
PEPubSub.getExtension
(PubSubElementType elem) -
Uses of PubSubElementType in org.jivesoftware.smackx.pubsub.util
Methods in org.jivesoftware.smackx.pubsub.util with parameters of type PubSubElementTypeModifier and TypeMethodDescriptionstatic ConfigureForm
NodeUtils.getFormFromPacket
(Stanza packet, PubSubElementType elem) Get aConfigureForm
from a packet.