|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RobotUser
Field Summary | |
---|---|
static int |
FLAG_CLIENT_VERSION_6_0
Client version 6.0 |
static int |
FLAG_CLIENT_VERSION_6_1
Client version 6.1 |
static int |
FLAG_CLIENT_VERSION_6_2
Client version 6.2 |
static int |
FLAG_CLIENT_VERSION_7_0
Client version 7.0 |
static int |
FLAG_DIRECT_WATCH
Direct Watch enabled flag |
static int |
FLAG_FEDERATED_BUDDY
The user is a federated client. |
static int |
FLAG_GIF_INK_AWARENESS
User online GIF/ink awareness |
static int |
FLAG_ISF_INK_AWARENESS
User online ISF/ink awareness |
static int |
FLAG_MOBILE_BUDDY
The user is a mobile buddy. |
static int |
FLAG_MOBILE_CLIENT
User is online via Mobile |
static int |
FLAG_MOBILE_IM
Mobile IMs permitted flag |
static int |
FLAG_MSG_CHUNKING
Support of message chunking (to allow larger messages over SB) |
static int |
FLAG_MSN_CLIENT
User online with the MSN client |
static int |
FLAG_MSN_SPACE
The user has its HasSpace bit set |
static int |
FLAG_P2P_IM
The user supports Peer-to-Peer IM |
static int |
FLAG_WEB_CAMERA
There is a web camera on user's machine |
static int |
FLAG_WEB_CLIENT
The user is online via the web client |
static int |
FLAG_WINKS_SUPPORT
The user supports Winks |
static java.lang.String |
STATUS_AWAY
User is away |
static java.lang.String |
STATUS_BE_RIGHT_BACK
User will be right back |
static java.lang.String |
STATUS_BUSY
User is busy |
static java.lang.String |
STATUS_HIDDEN
User is hidden |
static java.lang.String |
STATUS_IDLE
User is idle |
static java.lang.String |
STATUS_OFFLINE
User is offline |
static java.lang.String |
STATUS_ON_THE_PHONE
User is on the phone |
static java.lang.String |
STATUS_ONLINE
User is online |
static java.lang.String |
STATUS_OUT_TO_LUNCH
User is out to lunch |
Method Summary | |
---|---|
long |
getClientID()
Get user's client capabilities |
java.lang.String |
getFriendlyName()
Get user's friendly name |
java.lang.String |
getID()
Get user's identifier (MSN account) |
java.lang.String |
getStatus()
Get user's status |
Field Detail |
---|
static final java.lang.String STATUS_ONLINE
static final java.lang.String STATUS_OFFLINE
static final java.lang.String STATUS_HIDDEN
static final java.lang.String STATUS_BUSY
static final java.lang.String STATUS_IDLE
static final java.lang.String STATUS_BE_RIGHT_BACK
static final java.lang.String STATUS_AWAY
static final java.lang.String STATUS_ON_THE_PHONE
static final java.lang.String STATUS_OUT_TO_LUNCH
static final int FLAG_MOBILE_CLIENT
static final int FLAG_MSN_CLIENT
static final int FLAG_GIF_INK_AWARENESS
static final int FLAG_ISF_INK_AWARENESS
static final int FLAG_WEB_CAMERA
static final int FLAG_MSG_CHUNKING
static final int FLAG_MOBILE_IM
static final int FLAG_DIRECT_WATCH
static final int FLAG_WEB_CLIENT
static final int FLAG_MOBILE_BUDDY
static final int FLAG_FEDERATED_BUDDY
static final int FLAG_MSN_SPACE
static final int FLAG_P2P_IM
static final int FLAG_WINKS_SUPPORT
static final int FLAG_CLIENT_VERSION_6_0
static final int FLAG_CLIENT_VERSION_6_1
static final int FLAG_CLIENT_VERSION_6_2
static final int FLAG_CLIENT_VERSION_7_0
Method Detail |
---|
java.lang.String getID()
java.lang.String getFriendlyName()
java.lang.String getStatus()
long getClientID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |