<p>The specification of &xep0085; defines a protocol for exchanging information about the activity of the user, for example that the user is currently typing. However with the new possibilities of media sharing as in &xep0385; and &xep0363; there are also new desirable chat states. For example when a user uploads an image, the upload usually takes a while. To notify the chat partner about the uploading process a new chat state is required.</p>
<p>When users send large files or have a very slow upstream connection it can make the chat partner confused when they are receiving an uploading state for a long time. In these cases it can be nice to share the upload progress. This way the chat partner can estimate if a file will arrive immediately or if it is better to go and get a coffee first.</p>
<p>Apart from notifications for sending files, there should also be notifications when a user is creating new media files, for example when the user is recording audio, recording a video or is taking a picture.</p>
</section1>
<section1topic='Requirements'anchor='reqs'>
<ul>
<li>Convey state of ongoing file uploads.</li>
<li>Distingush different media types, such as images, videos or audio messages.</li>
<li>Share the progress of uploads.</li>
<li>Notify about the recording of media, i.e. when a user is recording audio or taking a picture.</li>
<li>Signal when an upload was cancelled.</li>
<li>Be usable in groupchats.</li>
<li>Define recommended rules for backwards-compatibility with &xep0085;.</li>
<p>Bernardo is informing Francisco about his activity of taking a picture to send it afterwards. If Francisco's client supports file sharing notifications, it should display this similarly to 'Bernardo is taking a photo…'.</p>
<p>A list of possible 'type' attributes is defined below.</p>
<tablecaption='Media types for <creating/> and <uploading/> states'>
<p>Bernardo has taken a good picture for sending and has started uploading, now. The same notification is also used when the image existed before and there were no process of creating it.</p>
<p>The client SHOULD include a 'progress' attribute. It MUST be in the range of zero (0) and one (1). This value represents the bytes already sent divided by the total bytes. Generally it is not necessary to include more than two digits after the decimal point since the exact uploading status is not important. Clients MUST NOT send progress updates more often than once per second.</p>
<p>The file upload has succeeded. Now Bernardo can send the file sharing message as in &xep0385; or another file sharing protocol. Francisco's client MUST clear the previous <uploading> notification. The <upload-finished/> notification itself SHOULD NOT be displayed to the user.</p>
<p>Of course the file upload also could have ended otherwise. In this case Bernardo has manually aborted the file upload. If the client encounters problems with the upload service after sending the first file sharing notification, the same format will also be used.</p>
<section2topic='Chat State Notifications related rules'anchor='rules-chatstates'>
<p>When a sending client chooses to map file sharing notifcations to &xep0085;, it MUST follow the following rules:</p>
<ul>
<li>As long as no upload or creation is in progress, the normal XEP-0085 states are sent.</li>
<li>During creation, a client MUST send <composing/> state (overriding the state which would normally be sent with XEP-0085 logic).</li>
<li>During upload and while the user is active, a client SHOULD continue to send the <composing/> state (overriding the state which would normally be sent with XEP-0085 logic).</li>
<li>During upload and while the user is inactive, a client SHOULD send <inactive/> instead of <composing/>.</li>
<li>After the upload finishes or is aborted, the normal XEP-0085 logic takes over. Normally, this will put the conversation into <active/> or <inactive/> state (but if the user still has input pending, it may also be <paused/>).</li>
</ul>
<p>A client MAY choose not to apply this mapping if it allows text input while creating or uploading media, to allow transmitting normal XEP-0085 states for the text input.</p>
<p>If a client allows a user to pick media which are already created (thus skipping the <creating/> state), it MAY treat interaction with the media selection like text input in XEP-0085 (i.e. send <composing/> while the user is actively engaging with it and switch to <paused/> if inactive for a certain time).</p>
<p>Media sharing protocols as &xep0385; don't forbid concurrent file uploads, so it may be the case that a client is uploading multiple files of different types to the same user or groupchat at the same time. This could result in different file types being affected at the same time.
In this case clients SHOULD follow these rules:</p>
<ul>
<li>Multiple <uploading/> or <creating/> elements or a combination of these MUST NOT be sent.</li>
<li><creating/> notifications SHOULD be preferred to <uploading/> notifications.</li>
<li>If there are multiple running file uploads, a notification for the approximately next finishing upload SHOULD be sent.</li>
</ul>
</section2>
<section2topic='Client State Indication related rules'anchor='rules-csi'>
<p>Servers supporting &xep0352; SHOULD discard messages containing only a file sharing notification as long as a client is inactive.</p>
</section2>
<section2topic='Usage in groupchats'anchor='rules-muc-mix'>
<p>File sharing notifications MAY be used in groupchats as defined in &xep0045; or &xep0369; just as in normal chats.</p>
<p>It is possible that the connection to any client is lost at any time or a client crashes. Thus, a client SHOULD work with timeouts that will clear notifications after certain intervals.</p>
<p>This specification defines the following XML namespace:</p>
<ul>
<li>urn:xmpp:fsn:0</li>
</ul>
<p>Upon advancement of this specification from a status of Experimental to a status of Draft, the ®ISTRAR; shall add the foregoing namespace to the registry located at &NAMESPACES;, as described in Section 4 of &xep0053;.</p>