|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
The names the SmartFoxServer API reserves for the Buddy Variables that hold buddy-related information. More...
Variables | |
| const std::string | BV_ONLINE = "$__BV_ONLINE__" |
| The Buddy Variable keeping track of the online/offline state of the user in a buddy list. | |
| const std::string | BV_STATE = "$__BV_STATE__" |
| The Buddy Variable storing the custom state of the user in a buddy list. | |
| const std::string | BV_NICKNAME = "$__BV_NICKNAME__" |
| The Buddy Variable storing the optional nickname of the user in a buddy list. | |
The names the SmartFoxServer API reserves for the Buddy Variables that hold buddy-related information.
All three are persistent (their names start with the offline prefix), so the state they describe survives a disconnection.
|
inline |
The Buddy Variable keeping track of the online/offline state of the user in a buddy list.
|
inline |
The Buddy Variable storing the custom state of the user in a buddy list.
|
inline |
The Buddy Variable storing the optional nickname of the user in a buddy list.