Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
Modifier and Type | Method and Description |
---|---|
PublishModel |
ConfigureForm.getPublishModel()
Gets the publishing model for the node, which determines who may publish to it.
|
static PublishModel |
PublishModel.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigureForm.setPublishModel(PublishModel publish)
Sets the publishing model for the node, which determines who may publish to it.
|