splScript element

Applies to: Lync 2013 Preview | Lync Server 2013 | Lync Server 2013 Preview

splScript element

Contains the CDATA section that encapsulates the message filtering script written using Microsoft SIP Processing Language (MSPL).

Syntax

<lc:splScript>
  <![CDATA[
   MSPL_message_filter_script
  ]]>
</lc:splScript>

Attributes

None.

Child elements

None.

Parent element

applicationManifest element

Remarks

  • This element is required.

  • This element must be present at the end of an application manifest document.

  • For every application, the Microsoft SIP Processing Language (MSPL) script that is contained in this element processes the types of messages specified by the requestFilter element. For some scenarios, the processing functionality provided by this script is all that is required, thus the script itself constitutes the full application. In other scenarios, the script might be used to perform some processing before calling the MSPL Dispatch function to dispatch the message to a managed code component.

  • 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.

See also

Other resources

SIP application manifests

Application attribute elements

SIP application manifest example

Microsoft SIP processing language reference