Share via


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

Returns data or metadata related to an IM conversation. Possible values are connected, incoming, connecting, and terminated.

Syntax

<imSessionState>string value</imSessionState> 

Element Information

Parent Element

Element

Description

conference

Grouping for conference related events.

Remarks

This element returns the connection status of an IM participant. imSessionState indicates the possibility that a message sent to a participant is received. The values of incoming and connecting indicate Communicator Web Access server is attempting to establish an IM session with the client application. Until the client application receives an imSessionState of connected, message send requests fail.

Examples

The IM session was terminated for the logged-on participant. When the IM conversation is a one-to-one conversation, this event is returned when the conversation is terminated.

<conference eid="36" confId="1">
   <imSessionState>terminated</imSessionState>
</conference>

See Also

Concepts

conference Element