applicationManifest element

The root element of a SIP application manifest.

Syntax

  Copy codeCopy code
<lc:applicationManifest
 lc:appUri="URI"
 xmlns:lc="http://schemas.microsoft.com/lcs/2006/05">
</lc:applicationManifest>

Attributes

appUri

Specifies the URI that uniquely identifies the application to Microsoft Lync Server 2013. The value must be an HTTP URL. The URL is not required to be a public one.

xmlns

Specifies both the namespace prefix and namespace name to associate with the application.

The namespace prefix is a string value and is separated from the attribute name using a colon. The default value for the namespace prefix is "lc".

The value of the namespace name depends on the version of Lync Server 2013 on which the application runs. Valid namespace name values are as follows.

Value

Description

http://schemas.microsoft.com/lcs/2003/05

Live Communications Server 2003

http://schemas.microsoft.com/lcs/2004/05

Live Communications Server 2005

http://schemas.microsoft.com/lcs/2006/05

Office Communications Server 2007

http://schemas.microsoft.com/lcs/2006/05

Office Communications Server 2007 R2

http://schemas.microsoft.com/lcs/2006/05

Microsoft Lync Server 2010

http://schemas.microsoft.com/lcs/2006/05

Microsoft Lync Server 2013

Child elements

Element

Description

allowRegistrationBeforeUserServices element

Specifies whether an application should be allowed to register before the UserServicesmodule.

serverFilter element

Specifies the role of the server on which the application must run.

proxyByDefault element

Specifies default proxy behavior for the application.

requestFilter element

Specifies which requests the server passes to the application.

responseFilter element

Specifies which classes of response that the server passes to the application.

file element

Specifies a text file that is a data source for use by the Microsoft SIP Processing Language (MSPL) script contained in the message filtering script element (the splScriptelement).

scriptOnly element

Indicates that the application is an MSPL script-only application.

splScript element

Contains the CDATA section that encapsulates the message filtering script.

Parent element

None.

Remarks

  • The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but it can be replaced with any string value that you assign to your namespace using the xmlnsattribute of the applicationManifest element element.

See also

Reference

Other resources

SIP application manifests
Application attribute elements