<?xml version="1.0"?> 
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
  <!ENTITY rfc4627 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4627.xml'>
  <!ENTITY jsonpatch PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml3/reference.I-D.draft-ietf-appsawg-json-patch-05.xml'>
]>
<?rfc toc="yes"?> 
<?rfc strict="yes"?> 
<?rfc symrefs="yes" ?> 
<?rfc sortrefs="yes"?> 
<?rfc compact="yes"?> 
<rfc category="info" ipr="trust200811" docName="draft-snell-activity-streams-type-01.txt"> 
  <front> 
    <title abbrev="application/stream+json"> 
      The application/stream+json Media Type
    </title> 
 
    <author initials="J.M." surname="Snell" fullname="James M Snell"> 
      <address> 
        <email>jasnell@gmail.com</email> 
      </address> 
    </author> 
    
    <date month="October" year="2012" /> 
 
    <area>Applications</area> 
    <!-- workgroup>Individual Submission</workgroup--> 
    <keyword>I-D</keyword> 
    <keyword>http</keyword>
    <keyword>json</keyword> 
    <keyword>patch</keyword> 
    <keyword>merge</keyword>
 
    <abstract> 
      <t>This specification defines and registers the application/stream+json
      Content Type for the JSON Activity Streams format.</t> 
    </abstract> 
 
  </front> 
  
  <middle> 
    <section anchor="intro" title="Introduction"> 
       
      <t>Activity Streams <xref target="asms" /> is a data format for "the serialization 
      of a stream of social activities using the JSON format" <xref target="RFC4627" />.
      Version 1.0 of the specification was published in May of 2011 by the Activity 
      Streams Working Group (<eref target="http://activitystrea.ms" />) and has been 
      implemented in a broad range of applications.</t>
      
      <t>This specification defines and registers the "application/stream+json" 
      Content Type to represent JSON document resources that conform to the 
      <xref target="asms">JSON Activity Streams Version 1.0 Specification</xref>.</t>
    
    </section> 
    
    <section title="IANA Considerations"> 
      <t>This specification registers the application/stream+json 
      MIME Media Type:</t>

      <t><list>
      <t>Type name: application</t>
      <t>Subtype name: stream+json</t>
      <t>Required parameters: None</t>
      <t>Optional parameters: "charset" : Specifies the character set encoding.
      If not specified, a default of "UTF-8" is assumed.</t>
      <t>Encoding considerations: Resources that use the "application/stream+json"
      media type are required to conform to the "application/json" Media Type
      and are therefore subject to the same encoding considerations
      specified in <xref target="RFC4627">Section 6</xref>.</t>
      <t>Security considerations: As defined in this specification</t>
      <t>Published specification: This specification.</t>
      <t>Applications that use this media type: JSON Activity Streams are implemented
      by a wide range of existing applications.</t>
      <t>Additional information:
      <list>
      <t>Magic number(s): N/A</t>
      <t>File extension(s): N/A</t>
      <t>Macintosh file type code(s): TEXT</t>
      </list></t>
      <t>Person &amp; email address to contact for further information: James M Snell &lt;jasnell@gmail.com&gt;</t>
      <t>Intended usage: COMMON</t>
      <t>Restrictions on usage: None.</t>
      <t>Author: James M Snell &lt;jasnell@gmail.com&gt;</t>
      <t>Change controller: IESG</t>
      </list></t>
      
    </section> 
      
    <section title="Security Considerations"> 
      <t>Security considerations for JSON Activity Stream documents are discussed in 
      Section 11 of <xref target="asms"/>.</t>
    </section>
     
  </middle> 
  <back>
    <references title="Normative References"> 
      &rfc4627;
<reference anchor="asms" target="http://activitystrea.ms/specs/json/1.0/">
  <front>
    <title>JSON Activity Streams 1.0</title>
    <author initials="J." surname="Snell" fullname="James Snell">
      <organization abbrev="IBM">IBM Corporation</organization>
      <address></address>
    </author>
    <author initials="M." surname="Atkins" fullname="Martin Atkins">
      <organization abbrev="SAY Media">SAY Media</organization>
      <address></address>
    </author>
    <author initials="W." surname="Norris" fullname="Will Norris">
      <organization abbrev="Google">Google</organization>
      <address></address>
    </author>
    <author initials="C." surname="Messina" fullname="Chris Messina">
      <organization abbrev="Google">Google</organization>
      <address></address>
    </author>
    <author initials="M." surname="Wilkinson" fullname="Monica Wilkinson">
      <organization abbrev="Socialcast">Socialcast</organization>
      <address></address>
    </author>
    <author initials="R." surname="Dolin" fullname="Rob Dolin">
      <organization abbrev="Microsoft">Microsoft</organization>
      <address></address>
    </author>
    <date month="May" year="2011"/>
  </front>
</reference>
    </references>
  </back>
</rfc> 
 