Abstract: | This specification describes a solution of marking the last received, displayed and acknowledged message in a chat. |
Author: | Spencer MacDonald |
Copyright: | © 1999 – 2017 XMPP Standards Foundation. SEE LEGAL NOTICES. |
Status: | Experimental |
Type: | Standards Track |
Version: | 0.2.1 |
Last Updated: | 2015-10-28 |
WARNING: This Standards-Track document is Experimental. Publication as an XMPP Extension Protocol does not imply approval of this proposal by the XMPP Standards Foundation. Implementation of the protocol described herein is encouraged in exploratory implementations, but production systems are advised to carefully consider whether it is appropriate to deploy implementations of this protocol before it advances to a status of Draft.
1. Introduction
2. Terminology
3. Requirements
4. Determining support
5. When to send Chat Markers and markable messages
5.1. Bare JID
5.2. Full JID
5.3. Chat Marker
6. Protocol Format
7. Requirements
8. Business Rules
8.1. Optimizations
8.2. Never Auto Acknowledge
8.3. Marking Sent Messages
8.4. Interaction with Delivery Receipts
8.5. Interaction with Chat States
9. Security Considerations
10. IANA Considerations
11. XMPP Registrar Considerations
11.1. Protocol Namespaces
12. XML Schema
Appendices
A: Document Information
B: Author Information
C: Legal Notices
D: Relation to XMPP
E: Discussion Venue
F: Requirements Conformance
G: Notes
H: Revision History
The concept of delivery and read receipts has been popularised by other messaging services such as iMessage, Google Hangouts and Blackberry Messenger. These services provide a visual indication of when a message has been delivered to any of the recipients resources and (optionally) when it has been read. These visual indications (referred to herein as "Chat Markers") are synced between all of the sender's and recipient's resources automatically, so the state of a chat is always consistent. If one or more of the resources is not connected, it can fetch Chat Markers from the Message Archive upon reconnecting.
Message Delivery Receipts (XEP-0184) [1] currently provides delivery receipts on a per message basis, but it does not provide any mechanism for the user to indicate that they have read or acknowledged the message. As delivery receipts are sent on a per message basis it would require multiple messages to "sync up" up delivery receipts between resources.
Moreover by using Chat State Notifications (XEP-0085) [2] you could infer that a message has been read by the recipient, if they become active at any point after the message has been delivered, but again it would require multiple messages to "sync up" chat states between resources.
This XEP outlines an efficient message based protocol to provide this functionally using Chat Markers.
Note: Chat Markers do not mark each individual message, nor do they assume a reliable transport. This means that Chat Markers can only provide a heuristic solution, but this is often satisfactory for the majority of use cases.
The term "active chat" refers to a chat that a user is currently active in. See Chat State Notifications (XEP-0085) [2].
The term "system notification" refers to a notification (typically a preview) that is displayed separately to a Chat.
The term "read" in the context of iMessage, Google Hangouts and Blackberry Messenger, directly maps to the displayed element in the Chat Marker namespace.
The term "markable message" refers to the stanza for which the original sender would like to receive a Chat Marker.
The term "Chat Marker" refers to the stanza by which the recipient replies to a "markable message" with a marker.
This document addresses the following requirements:
If an entity supports the Chat Markers protocol, it MUST report that by including a Service Discovery (XEP-0030) [3] feature of "urn:xmpp:chat-markers:0" in response to disco#info requests:
<iq type='get' id='disco1' to='capulet.lit' from='juliet@capulet.lit/balcony'> <query xmlns='http://jabber.org/protocol/disco#info'/> </iq>
<iq type='result' id='disco1' from='capulet.lit' to='juliet@capulet.lit/balcony'> <query xmlns='http://jabber.org/protocol/disco#info'> ... <feature var='urn:xmpp:chat-markers:0'/> ... </query> </iq>
Support can also be determined via Entity Capabilities (XEP-0115) [4], a.k.a. "caps".
If the sender knows only the recipient's bare JID, it cannot determine (via Service Discovery (XEP-0030) [3] or Entity Capabilities (XEP-0115) [4]) whether the intended recipient supports the Chat Markers protocol. In this case, the sender MAY send a Chat Marker or markable message.
If the sender knows a full JID for the recipient (e.g., via presence), it SHOULD attempt to determine (via service disco or entity capabilities) whether the client at that full JID supports the Chat Markers protocol before attempting to send a Chat Marker or markable message.
If the sender determines that the recipient's client does not support the Chat Markers protocol then it SHOULD NOT send Chat Markers or markable messages.
If the sender determines that the recipient's client supports the Chat Markers protocol then it MAY send a Chat Marker or markable message to that full JID.
To prevent looping, an entity MUST NOT send a Chat Maker to mark up to a Chat Marker.
Chat Markers use a dedicated protocol extension qualified by the 'urn:xmpp:chat-markers:0' namespace.
There are 4 allowable elements in the namespace, the first 'markable' indicates that a message can be marked with a Chat Marker and is therefore a "markable message".
The 3 other allowable elements in this namespace are used to mark a message (in order of significance):
The Chat Marker MUST have an 'id' which is the 'id' of the message being marked.
The Chat Marker message stanza MUST have a 'thread' child element if the message has been received, displayed or acknowledged in the context of a thread.
A Chat Marker Indicates that all messages up to and including that message 'id' have been marked. If a thread is supplied, a Chat Marker is only valid in the context of that thread.
<message from='northumberland@shakespeare.lit/westminster' id='message-1' to='kingrichard@royalty.england.lit/throne'> <thread>sleeping</thread> <body>My lord, dispatch; read o'er these articles.</body> <markable xmlns='urn:xmpp:chat-markers:0'/> </message>
Note: A sender MUST include an 'id' attribute on every markable message.
If recipient does not support the Chat Markers protocol it SHOULD NOT return an error.
<message from='kingrichard@royalty.england.lit/throne' id='message-2' to='northumberland@shakespeare.lit/westminster'> <thread>sleeping</thread> <received xmlns='urn:xmpp:chat-markers:0' id='message-1'/> </message>
When the recipient sends a Chat Marker, it SHOULD ensure that the message stanza contains only the Chat Marker child element and optionally (when appropriate) a thread child element. Naturally, intermediate entities might add other extension elements to the message when routing or delivering the receipt message, e.g., a <delay/> element as specified in Delayed Delivery (XEP-0203) [5].
Clients SHOULD use Message Carbons (XEP-0280) [6] to support multiple online resources.
Clients SHOULD use Message Archiving (XEP-0136) [7] or Message Archive Management (XEP-0313) [8] to support offline updating of Chat Markers. Chat Markers SHOULD be archived, so they can be fetched and set regardless of whether the other users in a chat are online.
Messages MUST have an 'id' to use Chat Markers.
Messages MUST include the 'markable' element to use Chat Markers.
Chat Markers MUST only move forward. If a Chat Maker is received for an earlier message than the current Chat Marker, it MUST be ignored by the client.
Chat Markers for unknown messages MUST be ignored by the client. A client MAY store the Chat Marker incase the associated message is retrieved later.
Less Significant Chat Markers SHOULD only be sent if they are later than the more significant Chat Marker i.e. if a Message has been marked as displayed, a received Chat Marker should only be sent if it has a later timestamp than the displayed Chat Marker.
To avoid sending redundant Chat Markers while retrieving archived messages, Chat Markers SHOULD only be sent after retrieving the most recent message for a chat.
Only Messages that can be displayed in a chat SHOULD be markable.
Clients MUST NOT mark a message as acknowledged without any user interaction.
Clients MAY mark a sent or received message, as Chat Markers are inclusive of of both previously sent and received messages.
Chat Markers MAY be used alongside Delivery Receipts.
Chat Markers MAY be used alongside Chat States.
A user may not wish to disclose that they have received, displayed or acknowledge a message.
It is possible for a sender to leak its presence when updating Chat Markers; therefore, a sender SHOULD NOT send Chat Markers to recipients who are not otherwise authorized to view its presence.
This document requires no interaction with the Internet Assigned Numbers Authority (IANA).
This specification defines the following XML namespace:
<?xml version='1.0' encoding='UTF-8'?> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:xmpp:chat-markers:0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation> The protocol documented by this schema is defined in XEP-0333: http://xmpp.org/extensions/xep-0333.html </xs:documentation> </xs:annotation> <xs:element name="markable"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="received"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute type="xs:string" name="id"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="displayed"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute type="xs:string" name="id"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="acknowledged"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute type="xs:string" name="id"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:schema>
Series: XEP
Number: 0333
Publisher: XMPP Standards Foundation
Status:
Experimental
Type:
Standards Track
Version: 0.2.1
Last Updated: 2015-10-28
Approving Body: XMPP Council
Dependencies: XMPP Core, XEP-0001
Supersedes: None
Superseded By: None
Short Name: NOT_YET_ASSIGNED
Source Control:
HTML
This document in other formats:
XML
PDF
Email:
im@spencermacdonald.com
JabberID:
im@spencermacdonald.com
The Extensible Messaging and Presence Protocol (XMPP) is defined in the XMPP Core (RFC 6120) and XMPP IM (RFC 6121) specifications contributed by the XMPP Standards Foundation to the Internet Standards Process, which is managed by the Internet Engineering Task Force in accordance with RFC 2026. Any protocol defined in this document has been developed outside the Internet Standards Process and is to be understood as an extension to XMPP rather than as an evolution, development, or modification of XMPP itself.
The primary venue for discussion of XMPP Extension Protocols is the <standards@xmpp.org> discussion list.
Discussion on other xmpp.org discussion lists might also be appropriate; see <http://xmpp.org/about/discuss.shtml> for a complete list.
Errata can be sent to <editor@xmpp.org>.
The following requirements keywords as used in this document are to be interpreted as described in RFC 2119: "MUST", "SHALL", "REQUIRED"; "MUST NOT", "SHALL NOT"; "SHOULD", "RECOMMENDED"; "SHOULD NOT", "NOT RECOMMENDED"; "MAY", "OPTIONAL".
1. XEP-0184: Message Delivery Receipts <https://xmpp.org/extensions/xep-0184.html>.
2. XEP-0085: Chat State Notifications <https://xmpp.org/extensions/xep-0085.html>.
3. XEP-0030: Service Discovery <https://xmpp.org/extensions/xep-0030.html>.
4. XEP-0115: Entity Capabilities <https://xmpp.org/extensions/xep-0115.html>.
5. XEP-0203: Delayed Delivery <https://xmpp.org/extensions/xep-0203.html>.
6. XEP-0280: Message Carbons <https://xmpp.org/extensions/xep-0280.html>.
7. XEP-0136: Message Archiving <https://xmpp.org/extensions/xep-0136.html>.
8. XEP-0313: Message Archive Management <https://xmpp.org/extensions/xep-0313.html>.
Note: Older versions of this specification might be available at http://xmpp.org/extensions/attic/
Fixing typo ("cannot" repeated twice) (JC Brand).
(XEP Editor (mam))Moved Thread outside of the Chat Marker.
(sdm)Initial published version approved by the XMPP Council.
(psa)Noted that Chat Markers is a heuristic solution.
Added markable element.
(sdm)Changed read Chat Marker to displayed.
Removed stamp from Chat Marker.
Added thread to Chat Marker.
Changed namespace to allow for versioning.
(sdm)Change to a message based protocol.
(sdm)First draft.
(sdm)END