applicationManifest element
Applies to: Lync 2013 Preview | Lync Server 2013 | Lync Server 2013 Preview
In this article
applicationManifest element
Syntax
Attributes
applicationManifest element
The root element of a SIP application manifest.
Syntax
<lc:applicationManifest
lc:appUri="URI"
xmlns:lc="https://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 |
---|---|
https://schemas.microsoft.com/lcs/2003/05 |
Live Communications Server 2003 |
https://schemas.microsoft.com/lcs/2004/05 |
Live Communications Server 2005 |
https://schemas.microsoft.com/lcs/2006/05 |
Office Communications Server 2007 |
https://schemas.microsoft.com/lcs/2006/05 |
Office Communications Server 2007 R2 |
https://schemas.microsoft.com/lcs/2006/05 |
Microsoft Lync Server 2010 |
https://schemas.microsoft.com/lcs/2006/05 |
Microsoft Lync Server 2013 |
Child elements
Element |
Description |
---|---|
Specifies whether an application should be allowed to register before the UserServices module. |
|
Specifies the role of the server on which the application must run. |
|
Specifies default proxy behavior for the application. |
|
Specifies which requests the server passes to the application. |
|
Specifies which classes of response that the server passes to the application. |
|
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 splScript element). |
|
Indicates that the application is an MSPL script-only application. |
|
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 xmlns attribute of the applicationManifest element element.
See also
Reference
SIP application manifest reference