# File ./protocol.rb, line 327 def Presence.gen_away(id, status=nil) Presence.new(id, "away", status) end