allowRegistrationBeforeUserServices element

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

Syntax

  Copy codeCopy code
<lc:allowRegistrationBeforeUserServices="true" | "false" />

Attributes

None.

Child elements

None.

Parent element

Remarks

  • If set to true , the application will be allowed to register before the UserServicesmodule. If an application attempts to register before the UserServicesmodule but does not have this property set to true, registration fails and a server event log entry is generated.

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

See also

Other resources

SIP application manifests
Application attribute elements