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