org.olat.instantMessaging
Class InstantMessagingConstants

java.lang.Object
  extended by org.olat.instantMessaging.InstantMessagingConstants

public abstract class InstantMessagingConstants
extends java.lang.Object

Instant Messaging constants

Initial Date: 12.09.2005

Author:
guido

Field Summary
static java.lang.String PRESENCE_MODE_AVAILABLE
           
static java.lang.String PRESENCE_MODE_AWAY
           
static java.lang.String PRESENCE_MODE_CHAT
           
static java.lang.String PRESENCE_MODE_DND
           
static java.lang.String PRESENCE_MODE_UNAVAILABLE
           
static java.lang.String PRESENCE_MODE_XAWAY
           
 
Constructor Summary
InstantMessagingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRESENCE_MODE_AVAILABLE

public static final java.lang.String PRESENCE_MODE_AVAILABLE
See Also:
Constant Field Values

PRESENCE_MODE_AWAY

public static final java.lang.String PRESENCE_MODE_AWAY
See Also:
Constant Field Values

PRESENCE_MODE_CHAT

public static final java.lang.String PRESENCE_MODE_CHAT
See Also:
Constant Field Values

PRESENCE_MODE_DND

public static final java.lang.String PRESENCE_MODE_DND
See Also:
Constant Field Values

PRESENCE_MODE_XAWAY

public static final java.lang.String PRESENCE_MODE_XAWAY
See Also:
Constant Field Values

PRESENCE_MODE_UNAVAILABLE

public static final java.lang.String PRESENCE_MODE_UNAVAILABLE
See Also:
Constant Field Values
Constructor Detail

InstantMessagingConstants

public InstantMessagingConstants()