| Abstract: | A proposal for including the sender's tone in messages. |
| Author: | Mike Mintz |
| Copyright: | © 1999 - 2011 XMPP Standards Foundation. SEE LEGAL NOTICES. |
| Status: | Rejected |
| Type: | Standards Track |
| Version: | 0.2 |
| Last Updated: | 2002-01-16 |
WARNING: This document has been Rejected by the XMPP Council. Implementation of the protocol described herein is not recommended under any circumstances.
1. Introduction
2. Protocol Implementation
2.1. Example
3. Representing Tones
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
When people speak to one another, they use various tones of voice and body language to express themselves. When communicating online, people have no easy way of expressing themselves clearly. By incorporating message tones into Jabber, people will be able to convey tones such as anger, sarcasm, and confusion.
Tone can be added only to messages, and it is added as an <x> tag inside a message. The <x> tag will look something like this:
<x xmlns='jabber:x:tone'>angry</x>
The specified tone is included as CDATA within the <x> element.
Here is an example of a message with a tone:
<message to='mikem@jabber.org'>
<body>
Why the hell did they reject my idea?
</body>
<x xmlns='jabber:x:tone'>angry</x>
</message>
Tones are not meant to be sent with every message. They should be used only in cases where a tone dramatically applies. The overuse of tones will cause them to lose their effect.
Because tones are abstract and not clearly defined, there is no standard list of tones. Clients should receive the tone as it is and display it as plain text, in such a way that it is linked to a specific message. Clients may want to have a specified list of tones that a user can select from when sending a message.
Tones should be short and simple. Here is a list of good tones:
Series: XEP
Number: 0014
Publisher: XMPP Standards Foundation
Status:
Rejected
Type:
Standards Track
Version: 0.2
Last Updated: 2002-01-16
Approving Body: XMPP Council
Dependencies: None
Supersedes: None
Superseded By: None
Short Name:
Source Control:
HTML
This document in other formats:
XML
PDF
Email:
psicoder@yahoo.com
JabberID:
mikem@jabber.org
The Extensible Messaging and Presence Protocol (XMPP) is defined in the XMPP Core (RFC 3920) and XMPP IM (RFC 3921) 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".
Note: Older versions of this specification might be available at http://xmpp.org/extensions/attic/
END