Share via


configuration Event

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="123">
   <search defaultFunction="and" defaultFields="123"</search>
   <imComposingTimers refreshInterval="1000" timeout="20000"/>
   <userNotice> string value </userNotice>                  </configuration>

The following sections describe attributes, parent elements, and child elements.

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 Unified Communications AJAX API Client polls the server for updates that have taken place.

Child Elements

Element

Occurrence

Description

search

0 or more

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

imComposingTimers

0 or more

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

userNotice

1

A UNICODE string that an administrator can set in the WMI policy store of a Communicator Web Access Server.

Remarks

Every time a user signs in to a Communicator Web Access Server, the server generates and returns a Configuration event. The values in this event should be used when the logged-on user requests a search.

Examples

XML example of the event

<configurations>
   <search defaultFunction="and" defaultFields="0100"/>
   <imComposingTimers refreshInterval="3" timeout="60"/>
   <userNotice>Test Notice</userNotice>
</configurations>

See Also

Concepts

search Request

imComposingTimers Element

userNotice Element