Uses of Class
org.jivesoftware.smackx.pubsub.packet.PubSubNamespace
-
Packages that use PubSubNamespace 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). -
-
Uses of PubSubNamespace in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return PubSubNamespace Modifier and Type Method Description PubSubNamespace
PubSubElementType. getNamespace()
PubSubNamespace
Affiliation. getPubSubNamespace()
PubSubNamespace
NodeExtension. getPubSubNamespace()
-
Uses of PubSubNamespace in org.jivesoftware.smackx.pubsub.packet
Methods in org.jivesoftware.smackx.pubsub.packet that return PubSubNamespace Modifier and Type Method Description static PubSubNamespace
PubSubNamespace. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PubSubNamespace
PubSubNamespace. valueOfFromXmlns(java.lang.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 Constructor Description PubSub(PubSubNamespace ns)
PubSub(Jid to, IQ.Type type, PubSubNamespace ns)
-