Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the aggregated presence state for interoperating with legacy clients.
<legacyInterop xmlns:xs=”http://www.w3.org/2001/XMLSchema”
xmlns="https://schemas.microsoft.com/2006/09/sip/categories"
availability=”xs:unsignedInt”
token=”xs:token”/>
legacyInteropType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
|---|---|
availability |
Required attribute to specify the availability number corresponding to that of the state[@type='aggregateState'] category instance. |
token |
Optional attribute to specify the activity token corresponding to that of the state[@type='aggregateState'] category instance. |
Child Elements
None
Parent Elements
Element |
Description |
|---|---|
None |
This is a top-level element as an enhanced presence category instance |
Text Value
None
Remarks
This is a private category instance published by the server to support interoperation with legacy clients.
Example
The following XML code snippet shows an Offline (availability=18500) presence state.
<legacyInterop availability="18500" xmlns="https://schemas.microsoft.com/2006/09/sip/categories" />
Element Information
Namespace |
https://schemas.microsoft.com/2006/09/sip/categories |
Schema Name |
legacyInterop |
Validation File |
|
Can be Empty |
True |