Overview

This type describes the mutual presence subscription state of the current user with a presentity.

Members

Name Type Description

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

Inherited By

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:rosterEntry xsi:type="obh:rosterEntry" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <presentity>your_beeId_0</presentity>
        <state>your_mutualSubscriptionState_0</state>
</obh:rosterEntry>

Referenced By Representaions