[Telepathy-commits] [telepathy-spec/master] Messages: s/'type'/'content-type'/

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Oct 28 11:09:39 PDT 2008


---
 spec/Channel_Interface_Messages.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/spec/Channel_Interface_Messages.xml b/spec/Channel_Interface_Messages.xml
index 4585bc0..e64c2d3 100644
--- a/spec/Channel_Interface_Messages.xml
+++ b/spec/Channel_Interface_Messages.xml
@@ -186,17 +186,17 @@ USA.</p>
     'pending-message-id': 437,
   },
   { 'alternative': 'main',
-    'type': 'text/html',
+    'content-type': 'text/html',
     'content': 'Here is a photo of my cat:&lt;br /&gt;' +
                '&lt;img src="cid:catphoto" alt="lol!" /&gt;' +
                '&lt;br /&gt;Isn't it cute?',
   },
   { 'alternative': 'main',
-    'type': 'text/plain',
+    'content-type': 'text/plain',
     'content': 'Here is a photo of my cat:\n[IMG: lol!]\nIsn't it cute?',
   },
   { 'identifier': 'catphoto',
-    'type': 'image/jpeg',
+    'content-type': 'image/jpeg',
     'size': 101000,
     'needs-retrieval': True,
   },
@@ -668,9 +668,9 @@ USA.</p>
             the <tp:type>Message_Part</tp:type> mappings.</p>
 
           <p>If the one of the requested part numbers was greater than zero
-            but referred to a part that had no content (i.e. it had no 'type'
-            key or no 'content' key), it is simply omitted from this mapping;
-            this is not considered to be an error condition.</p>
+            but referred to a part that had no content (i.e. it had no
+            'content-type' key or no 'content' key), it is simply omitted from
+            this mapping; this is not considered to be an error condition.</p>
         </tp:docstring>
       </arg>
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list