Class SFS2X.Entities.Variables.ReservedBuddyVariables

The reserved Buddy Variable names used by the Buddy List API.

Field Summary

Field Detail

<static> <constant> SFS2X.Entities.Variables.ReservedBuddyVariables.BV_NICKNAME
The Buddy Variable with this name stores the optional nickname of the user in a buddy list. This variable is persistent, which means that the nickname is preserved upon disconnection.
See also:
SFS2X.Entities.SFSBuddy#getNickName
SFS2X.Managers.BuddyManager#getMyNickName
<static> <constant> SFS2X.Entities.Variables.ReservedBuddyVariables.BV_ONLINE
The Buddy Variable with this name keeps track of the online/offline state of the user in a buddy list. This variable is persistent, which means that the online/offline state is preserved upon disconnection.
See also:
SFS2X.Entities.SFSBuddy#isOnline
SFS2X.Managers.BuddyManager#getMyOnlineState
<static> <constant> SFS2X.Entities.Variables.ReservedBuddyVariables.BV_STATE
The Buddy Variable with this name stores the custom state of the user in a buddy list. This variable is persistent, which means that the custom state is preserved upon disconnection.
See also:
SFS2X.Entities.SFSBuddy#getState
SFS2X.Managers.BuddyManager#getMyState