Google

# File jabber4r/protocol.rb, line 291

      def Presence.gen_chat(id, status=nil)

        Presence.new(id, "chat", status)

      end