ymsg.network
Interface StatusConstants

All Known Implementing Classes:
Session

public interface StatusConstants

Various handy constants for use with the jYMSG API. Some of these denote the status of the connection, others denote the status of a given user within the Yahoo IM 'world'.

Since:
1.0

Field Summary
static int AUTH
          Session status.
static int CONNECT
          Chat session status.
static int FAILED
          Session status.
static int LOGON
          Chat session status.
static int MESSAGING
          Session status.
static String NOTIFY_GAME
          Notification packet of type GAME
static String NOTIFY_TYPING
          Notification packet of type TYPING
static long STATUS_AVAILABLE
           
static String STATUS_AVAILABLE_STR
           
static long STATUS_BAD
           
static long STATUS_BADUSERNAME
           
static long STATUS_BRB
           
static String STATUS_BRB_STR
           
static long STATUS_BUSY
           
static String STATUS_BUSY_STR
           
static long STATUS_COMPLETE
           
static long STATUS_CUSTOM
           
static String STATUS_CUSTOM_STR
           
static long STATUS_IDLE
           
static String STATUS_IDLE_STR
           
static long STATUS_INCOMPLETE
           
static long STATUS_INVISIBLE
           
static String STATUS_INVISIBLE_STR
           
static long STATUS_LOCKED
           
static long STATUS_NOTATDESK
           
static String STATUS_NOTATDESK_STR
           
static long STATUS_NOTATHOME
           
static String STATUS_NOTATHOME_STR
           
static long STATUS_NOTINOFFICE
           
static String STATUS_NOTINOFFICE_STR
           
static long STATUS_OFFLINE
           
static long STATUS_ONPHONE
           
static String STATUS_ONPHONE_STR
           
static long STATUS_ONVACATION
           
static String STATUS_ONVACATION_STR
           
static long STATUS_OUTTOLUNCH
           
static String STATUS_OUTTOLUNCH_STR
           
static long STATUS_STEPPEDOUT
           
static String STATUS_STEPPEDOUT_STR
           
static long STATUS_TYPING
           
static int UNSTARTED
          Session status.
 

Field Detail

UNSTARTED

public static final int UNSTARTED
Session status. Session not started. Not connected to Yahoo.

Since:
1.0
See Also:
Constant Field Values

AUTH

public static final int AUTH
Session status. Currently loggin in (authenticating).

Since:
1.0
See Also:
Constant Field Values

MESSAGING

public static final int MESSAGING
Session status. On-line and ready to send/receive network messages.

Since:
1.0
See Also:
Constant Field Values

FAILED

public static final int FAILED
Session status. Session not started due to failure. Not connected to Yahoo.

Since:
1.0
See Also:
Constant Field Values

CONNECT

public static final int CONNECT
Chat session status. Performing handshaking prior to connecting.

Since:
1.0
See Also:
Constant Field Values

LOGON

public static final int LOGON
Chat session status. Performing chat logon.

Since:
1.0
See Also:
Constant Field Values

STATUS_AVAILABLE

public static final long STATUS_AVAILABLE
See Also:
Constant Field Values

STATUS_BRB

public static final long STATUS_BRB
See Also:
Constant Field Values

STATUS_BUSY

public static final long STATUS_BUSY
See Also:
Constant Field Values

STATUS_NOTATHOME

public static final long STATUS_NOTATHOME
See Also:
Constant Field Values

STATUS_NOTATDESK

public static final long STATUS_NOTATDESK
See Also:
Constant Field Values

STATUS_NOTINOFFICE

public static final long STATUS_NOTINOFFICE
See Also:
Constant Field Values

STATUS_ONPHONE

public static final long STATUS_ONPHONE
See Also:
Constant Field Values

STATUS_ONVACATION

public static final long STATUS_ONVACATION
See Also:
Constant Field Values

STATUS_OUTTOLUNCH

public static final long STATUS_OUTTOLUNCH
See Also:
Constant Field Values

STATUS_STEPPEDOUT

public static final long STATUS_STEPPEDOUT
See Also:
Constant Field Values

STATUS_INVISIBLE

public static final long STATUS_INVISIBLE
See Also:
Constant Field Values

STATUS_BAD

public static final long STATUS_BAD
See Also:
Constant Field Values

STATUS_LOCKED

public static final long STATUS_LOCKED
See Also:
Constant Field Values

STATUS_CUSTOM

public static final long STATUS_CUSTOM
See Also:
Constant Field Values

STATUS_IDLE

public static final long STATUS_IDLE
See Also:
Constant Field Values

STATUS_OFFLINE

public static final long STATUS_OFFLINE
See Also:
Constant Field Values

STATUS_TYPING

public static final long STATUS_TYPING
See Also:
Constant Field Values

STATUS_BADUSERNAME

public static final long STATUS_BADUSERNAME
See Also:
Constant Field Values

STATUS_INCOMPLETE

public static final long STATUS_INCOMPLETE
See Also:
Constant Field Values

STATUS_COMPLETE

public static final long STATUS_COMPLETE
See Also:
Constant Field Values

STATUS_AVAILABLE_STR

public static final String STATUS_AVAILABLE_STR
See Also:
Constant Field Values

STATUS_BRB_STR

public static final String STATUS_BRB_STR
See Also:
Constant Field Values

STATUS_BUSY_STR

public static final String STATUS_BUSY_STR
See Also:
Constant Field Values

STATUS_NOTATHOME_STR

public static final String STATUS_NOTATHOME_STR
See Also:
Constant Field Values

STATUS_NOTATDESK_STR

public static final String STATUS_NOTATDESK_STR
See Also:
Constant Field Values

STATUS_NOTINOFFICE_STR

public static final String STATUS_NOTINOFFICE_STR
See Also:
Constant Field Values

STATUS_ONPHONE_STR

public static final String STATUS_ONPHONE_STR
See Also:
Constant Field Values

STATUS_ONVACATION_STR

public static final String STATUS_ONVACATION_STR
See Also:
Constant Field Values

STATUS_OUTTOLUNCH_STR

public static final String STATUS_OUTTOLUNCH_STR
See Also:
Constant Field Values

STATUS_STEPPEDOUT_STR

public static final String STATUS_STEPPEDOUT_STR
See Also:
Constant Field Values

STATUS_INVISIBLE_STR

public static final String STATUS_INVISIBLE_STR
See Also:
Constant Field Values

STATUS_CUSTOM_STR

public static final String STATUS_CUSTOM_STR
See Also:
Constant Field Values

STATUS_IDLE_STR

public static final String STATUS_IDLE_STR
See Also:
Constant Field Values

NOTIFY_TYPING

public static final String NOTIFY_TYPING
Notification packet of type TYPING

Since:
1.0
See Also:
Constant Field Values

NOTIFY_GAME

public static final String NOTIFY_GAME
Notification packet of type GAME

Since:
1.0
See Also:
Constant Field Values