syntax = "proto3"; package whirl; message BuddyListNotifyCmd { string buddy_name = 1; int32 logged_on = 2; }