Interface PresenceView

    • Method Detail

      • getType

        Presence.Type getType()
        Returns the type of this presence stanza.
        Returns:
        the type of the presence stanza.
      • getStatus

        java.lang.String getStatus()
        Returns the status message of the presence update, or null if there is not a status. The status is free-form text describing a user's presence (i.e., "gone to lunch").
        Returns:
        the status message.
      • getMode

        Presence.Mode getMode()
        Returns the mode of the presence update.
        Returns:
        the mode.