Uses of Enum
org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
Packages that use PubSubNamespace
Package
Description
Smack's API for XEP-0060: Publish-Subscribe.
Stanzas and extension elements for Publish-Subscribe (XEP-60).
-
Uses of PubSubNamespace in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return PubSubNamespaceModifier and TypeMethodDescriptionPubSubElementType.getNamespace()Affiliation.getPubSubNamespace()NodeExtension.getPubSubNamespace() -
Uses of PubSubNamespace in org.jivesoftware.smackx.pubsub.packet
Subclasses with type arguments of type PubSubNamespace in org.jivesoftware.smackx.pubsub.packetModifier and TypeClassDescriptionenumDefines all the valid namespaces that are used with thePubSubpacket as defined by the specification.Methods in org.jivesoftware.smackx.pubsub.packet that return PubSubNamespaceModifier and TypeMethodDescriptionstatic PubSubNamespaceReturns the enum constant of this type with the specified name.static PubSubNamespacePubSubNamespace.valueOfFromXmlns(String ns) static PubSubNamespace[]PubSubNamespace.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smackx.pubsub.packet with parameters of type PubSubNamespace