[Telepathy-commits] [telepathy-spec/master] Messages: rename 'type' key to 'content-type' to make the relationship to MIME clear
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Oct 21 02:16:15 PDT 2008
As per spec meeting 2008-10-02
---
spec/Channel_Interface_Messages.xml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/spec/Channel_Interface_Messages.xml b/spec/Channel_Interface_Messages.xml
index aee7b9a..1dec3e0 100644
--- a/spec/Channel_Interface_Messages.xml
+++ b/spec/Channel_Interface_Messages.xml
@@ -299,20 +299,20 @@ USA.</p>
scheme.</p>
</dd>
- <dt>type (s)</dt>
+ <dt>content-type (s)</dt>
<dd>
<p>The MIME type of this part. See the documentation
for ReceivedMessage for notes on the special status of
"text/plain" parts.</p>
- <p>Connection managers MUST NOT signal parts without a 'type'
- key; if a protocol provides no way to determine the MIME type,
- the connection manager is responsible for guessing it, but
- MAY fall back to "text/plain" for text and
+ <p>Connection managers MUST NOT signal parts without a
+ 'content-type' key; if a protocol provides no way to determine
+ the MIME type, the connection manager is responsible for
+ guessing it, but MAY fall back to "text/plain" for text and
"application/octet-stream" for non-text.</p>
- <p>Clients MUST ignore parts without a 'type' key, which are
- reserved for future expansion.</p>
+ <p>Clients MUST ignore parts without a 'content-type' key, which
+ are reserved for future expansion.</p>
</dd>
<dt>lang (s)</dt>
--
1.5.6.5
More information about the Telepathy-commits
mailing list