Uses of Enum
org.jivesoftware.smackx.pubsub.PublishModel
Packages that use PublishModel
Package
Description
Smack's API for XEP-0060: Publish-Subscribe.
Smack's implementation of Data Forms (XEP-0004) for PubSub.
-
Uses of PublishModel in org.jivesoftware.smackx.pubsub
Subclasses with type arguments of type PublishModel in org.jivesoftware.smackx.pubsubMethods in org.jivesoftware.smackx.pubsub that return PublishModelModifier and TypeMethodDescriptionstatic PublishModelReturns the enum constant of this type with the specified name.static PublishModel[]PublishModel.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PublishModel in org.jivesoftware.smackx.pubsub.form
Methods in org.jivesoftware.smackx.pubsub.form that return PublishModelModifier and TypeMethodDescriptiondefault PublishModelConfigureFormReader.getPublishModel()Gets the publishing model for the node, which determines who may publish to it.Methods in org.jivesoftware.smackx.pubsub.form with parameters of type PublishModelModifier and TypeMethodDescriptionvoidFillableConfigureForm.setPublishModel(PublishModel publish) Sets the publishing model for the node, which determines who may publish to it.