Uses of Enum
org.jivesoftware.smackx.pubsub.PresenceState
Packages that use 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
Methods in org.jivesoftware.smackx.pubsub that return PresenceStateModifier 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
Methods in org.jivesoftware.smackx.pubsub.form that return types with arguments of type PresenceStateModifier and TypeMethodDescriptiondefault List<PresenceState>
SubscribeFormReader.getShowValues()
Gets thePresenceState
for which an entity wants to receive notifications.Method parameters in org.jivesoftware.smackx.pubsub.form with type arguments of type PresenceStateModifier and TypeMethodDescriptionvoid
FillableSubscribeForm.setShowValues
(Collection<PresenceState> stateValues) Sets the list ofPresenceState
for which an entity wants to receive notifications.