wtanaka.praya.msn
Interface MsnConstants

All Known Implementing Classes:
MsnClient, MsnUtilities, User

public interface MsnConstants

A list of symbolic named constants used by the rest of the Protocol.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2002/01/14 00:15:33 $
Author:
$Author: wtanaka $

Field Summary
static java.lang.String ALLOW_LIST
          Allow List (AL) - The list of users who the user has explicitly allowed to see state change notifications and establish client-to-client sessions via a Switchboard Server.
static java.lang.String AWY
          All other States are treated as sub-states of NLN (online).
static java.lang.String BLOCK_LIST
          Block List (BL) - The list of users who the user has explicitly prevented from seeing state change notifications and establishing client-to-client sessions via a Switchboard Server.
static java.lang.String BRB
          All other States are treated as sub-states of NLN (online).
static java.lang.String BSY
          All other States are treated as sub-states of NLN (online).
static java.lang.String FLN
          FLN - Make the client Offline.
static java.lang.String FORWARD_LIST
          Forward List (FL) - The list of users for whom a given user wants to receive state change notifications.
static java.lang.String HDN
          HDN - Make the client Hidden/Invisible.
static java.lang.String IDL
          All other States are treated as sub-states of NLN (online).
static java.lang.String LUN
          All other States are treated as sub-states of NLN (online).
static java.lang.String NLN
          NLN - Make the client Online (after logging in) and send and receive notifications about buddies.
static java.lang.String PHN
          All other States are treated as sub-states of NLN (online).
static java.lang.String REVERSE_LIST
          Reverse List (RL) - The list of users who have registered an interest in seeing this user's state change notifications.
 

Field Detail

FORWARD_LIST

public static final java.lang.String FORWARD_LIST
Forward List (FL) - The list of users for whom a given user wants to receive state change notifications. The Forward List is what is most commonly referred to as the user's "contact list."

REVERSE_LIST

public static final java.lang.String REVERSE_LIST
Reverse List (RL) - The list of users who have registered an interest in seeing this user's state change notifications.

ALLOW_LIST

public static final java.lang.String ALLOW_LIST
Allow List (AL) - The list of users who the user has explicitly allowed to see state change notifications and establish client-to-client sessions via a Switchboard Server.

BLOCK_LIST

public static final java.lang.String BLOCK_LIST
Block List (BL) - The list of users who the user has explicitly prevented from seeing state change notifications and establishing client-to-client sessions via a Switchboard Server.

NLN

public static final java.lang.String NLN
NLN - Make the client Online (after logging in) and send and receive notifications about buddies.

FLN

public static final java.lang.String FLN
FLN - Make the client Offline. If the client is already online, offline notifications will be sent to users on the RL. No message activity is allowed. In this state, the client can only synchronize the lists as described above.

HDN

public static final java.lang.String HDN
HDN - Make the client Hidden/Invisible. If the client is already online, offline notifications will be sent to users on the RL. The client will appear as Offline to others but can receive online/offline notifications from other users, and can also synchronize the lists. Clients cannot receive any instant messages in this state.

BSY

public static final java.lang.String BSY
All other States are treated as sub-states of NLN (online). The other States currently supported are: BSY - Busy.

IDL

public static final java.lang.String IDL
All other States are treated as sub-states of NLN (online). The other States currently supported are: IDL - Idle.

BRB

public static final java.lang.String BRB
All other States are treated as sub-states of NLN (online). The other States currently supported are: BRB - Be Right Back.

AWY

public static final java.lang.String AWY
All other States are treated as sub-states of NLN (online). The other States currently supported are: AWY - Away From Computer.

PHN

public static final java.lang.String PHN
All other States are treated as sub-states of NLN (online). The other States currently supported are: PHN - On The Phone.

LUN

public static final java.lang.String LUN
All other States are treated as sub-states of NLN (online). The other States currently supported are: LUN - Out To Lunch.