SIP Application Manifests

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.

The application manifest is an XML document that describes a SIP application to the Microsoft Office Communications Server on which the application runs. The manifest also contains the logic that dispatches specific types of SIP messages to the application, and filters other types. This document is presented to the server when the application registers with Office Communications Server through the ServerAgent managed class.

An application manifest contains the following elements in the following order:

  1. An XML declaration. The declaration specifies that the application manifest uses XML version 1.0.

  2. An applicationManifest root element. The attributes of this element set the application namespace prefix and namespace name, and specify the location of the application.

  3. A set of Application Attribute Elements. These define key properties of the application, including the types of SIP messages to filter and whether the application is a script-only application.

  4. An splScript Element element. This element contains a CDATA section that encapsulates the message filtering script which is written using Microsoft SIP Processing Language (MSPL).

    Note

    There is no relationship between the application manifest and an assembly manifest in a managed application.

See Also

Concepts

Creating an Application Manifest

Loading an Application Manifest

SIP Application Manifest Example

Microsoft SIP Processing Language Reference