Package sfs3.client.entities.variables
Class ReservedBuddyVariables
java.lang.Object
sfs3.client.entities.variables.ReservedBuddyVariables
The ReservedBuddyVariables class contains the constants describing the SmartFoxServer API reserved Buddy Variable names.
Reserved Buddy Variables are used to store specific buddy-related informations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Buddy Variable with this name stores the optional nickname of the user in a buddy list.static final StringThe Buddy Variable with this name keeps track of the online/offline state of the user in a buddy list.static final StringThe Buddy Variable with this name stores the custom state of the user in a buddy list. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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:
-
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:
-
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:
-
-
Constructor Details
-
ReservedBuddyVariables
public ReservedBuddyVariables()
-