Uses of Class
org.jivesoftware.smackx.pubsub.PresenceState
-
Packages that use PresenceState 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 PresenceState in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return PresenceState Modifier and Type Method Description static PresenceState
PresenceState. valueOf(java.lang.String name)
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 PresenceState Modifier and Type Method Description default java.util.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 PresenceState Modifier and Type Method Description void
FillableSubscribeForm. setShowValues(java.util.Collection<PresenceState> stateValues)
Sets the list ofPresenceState
for which an entity wants to receive notifications.
-