subscriber Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specifies the user that has subscribed to receive logged-on user presence information.

Syntax

<subscriber uri=" Uri formatted string" displayName="string value" sourceNetwork="string value" acknowledged="true|false"/> 

Attributes

Attribute

Data Type

Description

uri

Xs:AnyUri

The URI of subscriber. This is a required attribute.

displayName

String

Display name of subscribing user.

sourceNetwork

cwa:CwaSourceNetwork (string)

The source network this subscriber belongs to. Can be one of domain | sameEnterprise | publicCloud | federated.

acknowledged

Boolean

Indicates whether this subscriber has been acknowledged from another endpoint.

Element Information

Parent Element

Element

Description

subscribers

Returns a list of subscribers.

Examples

<subscriber uri="alice@contoso.com" sourceNetwork="domain" acknowledged="false" />

See Also

Concepts

acknowledgeSubscriber Element

subscribePresence Element