Overview

This type is crafted for applications wishing to present a "roster" as seen in most Instant Messaging clients. It represents an entry in the logical roster, containing data on the current presence of a given user. In addition to the current presence state, the type also contains information on the relative presence subscriptions. Subscriptions represent a presence-watching relationship between two users.

Members

Show inherited members

Name Type Description

presence

presence

The current presence of presentity

presentity

beeId

The id of the entity whose presence is subscribed to.

state

mutualSubscriptionState

The subscription relationship between the current user and the presentity.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:presenceRosterEntry xsi:type="obh:presenceRosterEntry" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <presence>your_presence_0</presence>
        <presentity>your_beeId_0</presentity>
        <state>your_mutualSubscriptionState_0</state>
</obh:presenceRosterEntry>

Referenced By Representaions

Not Referenced Directly by Representations