1 2 3 4 5 6 7 8
syntax = "proto3"; package whirl; message BuddyListNotifyCommand { string buddy_name = 1; int32 logged_on = 2; }