Uses of Enum
org.jivesoftware.smack.packet.Presence.Type
Package
Description
XML stanzas and extension elements that are part of the XMPP protocol.
-
Uses of Presence.Type in org.jivesoftware.smack.packet
Modifier and TypeMethodDescriptionstatic Presence.Type
Presence.Type.fromString
(String string) Converts a String into the corresponding types.Presence.getType()
PresenceBuilder.getType()
PresenceView.getType()
Returns the type of this presence stanza.static Presence.Type
Returns the enum constant of this type with the specified name.static Presence.Type[]
Presence.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.