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
Subclasses with type arguments of type PresenceState in org.jivesoftware.smackx.pubsubModifier and TypeClassDescriptionenumDefines the possible valid presence states for node subscription viaSubscribeFormReader.getShowValues().Methods in org.jivesoftware.smackx.pubsub that return PresenceStateModifier and TypeMethodDescriptionstatic PresenceStateReturns 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 thePresenceStatefor which an entity wants to receive notifications.Method parameters in org.jivesoftware.smackx.pubsub.form with type arguments of type PresenceStateModifier and TypeMethodDescriptionvoidFillableSubscribeForm.setShowValues(Collection<PresenceState> stateValues) Sets the list ofPresenceStatefor which an entity wants to receive notifications.