Uses of Class
org.jivesoftware.smackx.pubsub.PubSubFeature
-
Packages that use PubSubFeature Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of PubSubFeature in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return PubSubFeature Modifier and Type Method Description static PubSubFeature
PubSubFeature. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PubSubFeature[]
PubSubFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-