Share via


uris 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.

Contains a list of URI values.

Syntax

<uris/>

Element Information

Parent Elements

Element

Description

inviteParticipants

Invites others to participate in this conference.

initiateImSession

Initiates an IM session with one or more other users.

subscribePresence

Represents a request to subscribe to a list of URIs.

unSubscribePresence

Represents a request to unsubscribe from a list of URIs.

Child Elements

Element

Occurrences

Description

uri

1 or more

The URI of the contact.

Examples

This example shows a request to cancel the presence subscription for two users.

<cwaRequests xmlns="http://schemas.microsoft.com/2006/09/rtc/cwa"     sid="106">
   <unSubscribePresence rid="2">
      <uris>
         <uri>sip:JoeP@contoso.com</uri>
         <uri>sip:MarilynK@contoso.com</uri>
      </uris>
   </unSubscribePresence>
</cwaRequests>

See Also

Concepts

uri Element