Uses of Class
org.jivesoftware.smackx.pubsub.form.FillableConfigureForm
-
Packages that use FillableConfigureForm Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.form Smack's implementation of Data Forms (XEP-0004) for PubSub. -
-
Uses of FillableConfigureForm in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub with parameters of type FillableConfigureForm Modifier and Type Method Description Node
PubSubManager. createNode(java.lang.String nodeId, FillableConfigureForm config)
Creates a node with specified configuration.void
Node. sendConfigurationForm(FillableConfigureForm configureForm)
Update the configuration with the contents of the newFillableConfigureForm
. -
Uses of FillableConfigureForm in org.jivesoftware.smackx.pubsub.form
Methods in org.jivesoftware.smackx.pubsub.form that return FillableConfigureForm Modifier and Type Method Description FillableConfigureForm
ConfigureForm. getFillableForm()
-