diff --git a/xep-0231.xml b/xep-0231.xml index 0d0dd18d..f31481ea 100644 --- a/xep-0231.xml +++ b/xep-0231.xml @@ -24,6 +24,12 @@ NOT_YET_ASSIGNED &stpeter; + + 0.3 + 2008-06-18 + psa +

Allowed inclusion of codecs parameter in type attribute per RFC 4281.

+
0.2 2008-05-29 @@ -88,7 +94,7 @@ type - The MIME type of the data (e.g., "image/png") as described in &rfc2045;. + The MIME type of the data (e.g., "image/png") as described in &rfc2045;. The MIME type SHOULD be as registered in the &ianamedia;. The 'type' attribute MAY include the codecs parameter as specified in &rfc4281;, as shown in the example of the "audio/ogg" media type in the example below. REQUIRED @@ -166,7 +172,7 @@ http://victim.example.com/challenges/speech.wav?F3A6292C - + http://victim.example.com/challenges/speech.ogg?F3A6292C @@ -174,7 +180,7 @@ + type='audio/ogg; codecs=speex'> [ ... base64-encoded-audio ... ]