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