de:capabilities

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.

Describes the capabilities of a presence device.

Syntax

<de:capabilities xmlns:de="http://schemas.microsoft.com/2006/09/sip/device">
  <de:calendar>...</de:calendar>
  <de:remoteCallControl>...</de:remoteCallControl>
  <de:voice>...</de:voice>
  <de:video>...</de:video>
  <de:CCCP>...</de:CCCP>
  <de:text>...</de:text>
  <de:gifInk>...</de:gifInk>
  <de:isfInk>...</de:isfInk>
</de:capabilities>

Attributes

None

Parent Element

Element

Description

de:device

The device that possesses the capabilities described by this element.

Child Elements

Element

Occurrence

Description

de:calendar

0 - 1

The device capability to publish calendar information.

de:remoteCallControl

0 - 1

The device capability of call control.

de:voice

0 - 1

The device capability to support voice calls.

de:video

0 - 1

The device capability to render or capture video.

de:CCCP

0 - 1

The device capability supporting CCCP.

de:text

0 - 1

The device capability supporting text messaging.

de:gifInk

0 - 1

The device capability to handle gif image.

de:isfInk

0 - 1

The device capability to handle ISF image.

ct:delimiter

0 or more

Beginning marker of a schema extension.

ct:end

0 or 1

Ending marker of all the schema extensions.

ct:extension

0 or 1

Holds custom extensions to the device capabilities.

Remarks

The element supports schema extensions or custom extension using ct:delimiter elements and a ct:end element or a ct:extension element.

Examples

XML Example of the capabilities Element

<de:capabilities 
          xmlns:de="http://schemas.microsoft.com/2006/09/sip/device">
  <de:text render="true" capture="true" deviceAvailability="3500" />
  <de:gifInk render="true" capture="true" deviceAvailability="3500" />
  <de:isfInk render="true" capture="true" deviceAvailability="3500" />
</de:capabilities>