# File jabber4r/session.rb, line 335 def announce_away_from_computer(status=nil) @connection.send(Jabber::Protocol::Presence.gen_away(id, status)) end