Uses of Enum
org.jivesoftware.smackx.pubsub.AccessModel
Package
Description
Utility classes for XEP-0373: OpenPGP for XMPP.
Smack's API for XEP-0060: Publish-Subscribe.
Smack's implementation of Data Forms (XEP-0004) for PubSub.
-
Uses of AccessModel in org.jivesoftware.smackx.ox.util
Modifier and TypeMethodDescriptionstatic void
OpenPgpPubSubUtil.changeAccessModelIfNecessary
(LeafNode node, AccessModel accessModel) Query the access model ofnode
. -
Uses of AccessModel in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionstatic AccessModel
Returns the enum constant of this type with the specified name.static AccessModel[]
AccessModel.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessModel in org.jivesoftware.smackx.pubsub.form
Modifier and TypeMethodDescriptiondefault AccessModel
ConfigureFormReader.getAccessModel()
Get the currently configuredAccessModel
, null if it is not set.Modifier and TypeMethodDescriptionvoid
FillableConfigureForm.setAccessModel
(AccessModel accessModel) Sets the value of access model.