Uses of Class
rocks.xmpp.extensions.pubsub.model.PubSubFeature
-
Packages that use PubSubFeature Package Description rocks.xmpp.extensions.pubsub Provides classes for XEP-0060: Publish-Subscribe.rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe.rocks.xmpp.extensions.pubsub.model.errors Provides XML schema implementations of XEP-0060: Publish-Subscribe (#errors). -
-
Uses of PubSubFeature in rocks.xmpp.extensions.pubsub
Methods in rocks.xmpp.extensions.pubsub that return types with arguments of type PubSubFeature Modifier and Type Method Description AsyncResult<Collection<PubSubFeature>>
PubSubService. discoverFeatures()
Discovers the features, which are supported by the pubsub service. -
Uses of PubSubFeature in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return PubSubFeature Modifier and Type Method Description static PubSubFeature
PubSubFeature. valueOf(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. -
Uses of PubSubFeature in rocks.xmpp.extensions.pubsub.model.errors
Methods in rocks.xmpp.extensions.pubsub.model.errors that return PubSubFeature Modifier and Type Method Description PubSubFeature
Unsupported. getFeature()
Gets the unsupported feature.Methods in rocks.xmpp.extensions.pubsub.model.errors with parameters of type PubSubFeature Modifier and Type Method Description static Unsupported
PubSubError. unsupported(PubSubFeature pubSubFeature)
Creates an<unsupported/>
pubsub error.
-