# File jabber4r/session.rb, line 317

    def announce_free_for_chat(status=nil)

      @connection.send(Jabber::Protocol::Presence.gen_chat(id, status))

    end