Share via


configuration Element

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.

Contains changes in policy configured in the WMI policy store of the Communicator Web Access server.

Syntax

<configuration eid="integer value"/>

Attributes

Attribute

Data Type

Description

Eid

integer

Event Id. This is an integer value assigned by the Communicator Web Access Server.

Element Information

Parent Element

Element

Description

cwaEvents

Holds the responses from the asynchronous data channel with which a Unified Communications AJAX API Client polls the server for updates that have taken place.

Child Elements

Element

Occurrences

Description

search

0 or more

Contains default search field values and a default search function element value.

enableAppearOffline

0 or more

Indicates the user can set user status to offline when actually online.

imComposingTimers

0 or more

Indicates the user-defined time interval that a single composingState message displays in an IM session.

customAuthLogoffUrl

0 or more

Contains the URL to be used when logging off of Unified Communications after a SSO logon.

userNotice

0 or more

Indicates the user note, which appears in their contact card. Contains a notice string that is displayed at the first line of any new IM window.

Remarks

When a user initiates a session with a Communicator Web Access server, the server generates and returns a configuration event. If the logon method was Single Sign On and the custom authentication provider requires the client Unified Communications application to visit a logoff page, a customAuthlogoffUrl element child is in the configurations event returned.

Examples

<configurations>
   <search defaultFunction="and" defaultFields="0100"/>
   <imComposingTimers refreshInterval="3" timeout="60"/>
   <userNotice>Test Notice</userNotice>
   <customLogoffUrl>http://ssoserver/logoff.html</customLogofUrl>
</configurations>

See Also

Concepts

search Element

imComposingTimers Element

userNotice Element