# File lib/jabber4r/session.rb, line 317
317:     def announce_free_for_chat(status=nil)
318:       @connection.send(Jabber::Protocol::Presence.gen_chat(id, status))
319:     end