ReservedBuddyVariables

Contains the costants describing the reserved Buddy Variable names, used to store specific Buddy-related information.

Members

(static, constant) BV_NICKNAME :string

Name of the Buddy Variable that stores the optional nickname of a User in the Buddy List System.

The Variable with this name is persistent, which means that the nickname is preserved upon client disconnection.

Type:
  • string

(static, constant) BV_ONLINE :string

Name of the Buddy Variable that keeps track of the online/offline state of a User in the Buddy List System.

The Variable with this name is persistent, which means that the online/offline state is preserved upon client disconnection.

Type:
  • string

(static, constant) BV_STATE :string

Name of the Buddy Variable that stores the custom state of a User in the Buddy List System.

The Variable with this name is persistent, which means that the custom state is preserved upon client disconnection.

Type:
  • string