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

Indicates the integer value for the user's availability state.

Syntax

<userStateAvailability>3500</userStateAvailability> 

Enumerations

Possible Value

Description

3000-4499

Online. The user is reachable.

4500-5999

Idle Online. The user is online but inactive

6000-7499

Busy. The user is busy.

7500-8999

Idle Busy. The user is busy but inactive

9000-11999

DND. The user should not be interrupted.

12000-14999

Be Right Back. The user is not currently reachable.

15000-17999

Away. The user is not at the desk.

18000+

Appear Offline. The user wants to be offline.

Element Information

Parent Element

Element

Description

initiateSession

Provides a server with required configuration information after the caller is authenticated using a logon request.

Remarks

These values indicate the current status of the user. This affects the way the user is represented as a contact to other users through the availability icon. The possible availability state value is a range of 1000 values to provide flexibility to the client for application specific states.

Examples

<state xsi:type="aggregateState" xmlns:xsi="...XMLSchema-instance"
   xmlns=".../state">
   <availability>3500</availability>
</state>

See Also

Concepts

userPresence Element