syntax = "proto3"; enum FriendOnlineState { FRIEND_ONLINE_STATE_DISCONNECT = 0; FRIEND_ONLINE_STATE_ONLINE = 1; }