Uses of Class
rocks.xmpp.extensions.pubsub.model.PublisherModel
-
Packages that use PublisherModel Package Description rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe. -
-
Uses of PublisherModel in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return PublisherModel Modifier and Type Method Description PublisherModel
NodeConfiguration. getPublisherModel()
The publisher model.static PublisherModel
PublisherModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublisherModel[]
PublisherModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rocks.xmpp.extensions.pubsub.model with parameters of type PublisherModel Modifier and Type Method Description NodeConfiguration.Builder
NodeConfiguration.Builder. publisherModel(PublisherModel publisherModel)
The publisher model.
-