# File protocol.rb, line 294
      def Presence.gen_chat(id, status=nil)
        Presence.new(id, "chat", status)
      end