Share via


2.2.2.10.1 delegates Document

The following example illustrates the delegates document XML schema.

<delegates xmlns="http://schemas.microsoft.com/2007/09/sip/delegates" version="2">
    <delegate uri="john@contoso.com" publish="false" redelegate="false"/>
</delegates>

Elements and attributes of the delegates document are defined in this section. For the full XML schema of the delegates document, see section 6.5.

delegates: This element is a wrapper for a list of delegates. Multiple instances of the delegate element can exist in a single document. This element has the following attribute.

version (required): This unsigned integer specifies the version number of the delegate list as maintained by the server for this presentity. The version number allows multiple endpoints of the same presentity to synchronize their change requests to the delegate list and allows them to decide when to accept a notification from the server.

delegate: This element contains information about one delegate. It has the following attributes.

uri (required): The SIP URI of the delegate.

publish (required): A Boolean attribute. The value of this attribute depends on the setup of the delegate relation, as described in 2.2.2.10.2. The value MUST be true if the authorization attribute of publishOperation element is set to allow in the setDelegate request and it MUST be false if authorization is set to deny.

redelegate (required): A Boolean attribute. The value of this attribute depends on the setup of the delegate relation, as described in 2.2.2.10.2. The value MUST be true if the authorization attribute of redelegateOperation element is set to allow in the setDelegate request and it MUST be false if authorization is set to deny.