2009/dap/messaging Overview.html,1.35,1.36

Update of /sources/public/2009/dap/messaging
In directory hutz:/tmp/cvs-serv18598

Modified Files:
	Overview.html 
Log Message:
attachments are optional


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/messaging/Overview.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Overview.html	6 Apr 2011 13:49:03 -0000	1.35
+++ Overview.html	6 Apr 2011 13:50:04 -0000	1.36
@@ -124,7 +124,7 @@
 			<div class='idl' title='Device implements DeviceMessaging'></div>
 					
 				<dl title='[NoInterfaceObject] interface DeviceMessaging' class='idl'>
-				<dt>void sendMessage (in DOMString to, sequence&lt;Blob> attachments, messagingErrorCB? errorCB)</dt>
+				<dt>void sendMessage (in DOMString to, sequence&lt;Blob>?attachments, messagingErrorCB? errorCB)</dt>
 					<dd>
 					Sends a message with attachments to the specified address.
 						<dl class='parameters'>
@@ -134,7 +134,7 @@
 							<dd>
 								a URI that specificies the address to which the message is to be sent; that URI may contain query string parameters that specify additional headers and the body of the said message
 							</dd>
-							<dt>sequence&lt;Blob> attachments</dt>
+							<dt>sequence&lt;Blob>?attachments</dt>
 							<dd>A list of Blob objects that represent attachments to be sent with the message; only applicable to protocols that support the notion of attachments. Using this parameter on protocols that don't support attachments triggers an error.</dd>
 							<dt>messagingErrorCB? errorCB</dt>
 							<dd>A callback function called when there was an error with sending the message.</dd>

Received on Wednesday, 6 April 2011 13:50:09 UTC