Share via


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

Notifies other users in an IM session that the logged-on user is in the process of typing a message. Valid values are composing or idle.

Syntax

<notifyComposing>composing|idle</notifyComposing> 

Enumerations

Possible Value

Data Type

Composing

String

Idle

String

Element Information

Parent Element

Element

Description

conference

Grouping for conference-related requests.

Remarks

notifyComposing gives the current status of the logged-on user's composing state. The two possible values are composing or idle. All other participants display the sent composing status until it is replaced with a subsequent composing status. When the composing status composing is sent, the IM dialog of each participant should show the display name of the typing participant along with a descriptive phrase indicating composing state. Sending the composing status idle should clear the text.

Examples

<conference rid="13" confId="1">
   <notifyComposing>composing</notifyComposing>
</conference>

See Also

Concepts

conference request Element