Uses of Enum
org.jivesoftware.smackx.pubsub.PresenceState
Package
Description
Smack's API for XEP-0060: Publish-Subscribe.
Smack's implementation of Data Forms (XEP-0004) for PubSub.
-
Uses of PresenceState in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionstatic PresenceState
Returns the enum constant of this type with the specified name.static PresenceState[]
PresenceState.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PresenceState in org.jivesoftware.smackx.pubsub.form
Modifier and TypeMethodDescriptiondefault List<PresenceState>
SubscribeFormReader.getShowValues()
Gets thePresenceState
for which an entity wants to receive notifications.Modifier and TypeMethodDescriptionvoid
FillableSubscribeForm.setShowValues
(Collection<PresenceState> stateValues) Sets the list ofPresenceState
for which an entity wants to receive notifications.