Abstract: | This specification describes an extension to the Rayo protocol to support clustering of Rayo servers and their presentation as a unified service. |
Authors: | Ben Langfeld, Martín Pérez |
Copyright: | © 1999 - 2014 XMPP Standards Foundation. SEE LEGAL NOTICES. |
Status: | Experimental |
Type: | Standards Track |
Version: | 0.1 |
Last Updated: | 2014-06-18 |
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. Requirements
3. Terminology
3.1. Glossary
3.2. Conventions
4. Session Flow
4.1. Message Routing
4.2. Load balancing
4.3. Failover
4.4. Security
5. Determining Support
6. Security Considerations
6.1. Denial of Service
6.2. Communication Through Gateways
6.3. Information Exposure
7. IANA Considerations
8. XMPP Registrar Considerations
8.1. Protocol Namespaces
8.2. Namespace Versioning
9. Acknowledgements
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
Rayo (XEP-0327) [1] documents the behaviour of an individual Rayo server and its interaction with a client. Two of the goals of Rayo, however, are to support clustering of servers and multi-tenancy. This specification outlines how that is to be achieved.
This specification is required to provide a framework for implementation of the following goals:
All communication between the Rayo Gateways and Clients, and the Gateways and Nodes MUST be conformant with Rayo (XEP-0327) [3] or any extensions defined in this specification. A conformant Rayo Gateway MUST NOT derive any critical functionality through proprietary knowledge of the Nodes it is managing.
The Rayo Gateway communicates both with Rayo Nodes and third-party XMPP servers through S2S XMPP connections. To differentiate the messages that come from Rayo Nodes and from client applications, the Rayo Gateway MUST present two separate domains, an internal (for communication with cluster nodes) and an external (for communication with Rayo clients) interface. In cases of multiple gateways, the internal and external domains MUST be the same, and DNS SHOULD be used for load-balancing.
Inbound call flow is:
<presence from='9f00061@node1.shakespeare.lit' to='gateway.shakespeare.lit'> <c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='urn:xmpp:rayo:call:1' ver='QgayPKawpkPSDYmwT/WM94uAlu0='/> <offer xmlns='urn:xmpp:rayo:1' to='tel:+18003211212' from='tel:+13058881212'/> </presence> <presence from='9f00061@shakespeare.lit' to='juliet@capulet.lit/balcony'> <c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='urn:xmpp:rayo:call:1' ver='QgayPKawpkPSDYmwT/WM94uAlu0='/> <offer xmlns='urn:xmpp:rayo:1' to='tel:+18003211212' from='tel:+13058881212'/> </presence> <iq from='juliet@capulet.lit/balcony' to='9f00061@shakespeare.lit' type='set' id='hd721'> <accept xmlns='urn:xmpp:rayo:1'/> </iq> <iq from='gateway.shakespeare.lit' to='9f00061@node1.shakespeare.lit' type='set' id='hd721'> <accept xmlns='urn:xmpp:rayo:1'/> </iq> <iq from='9f00061@node1.shakespeare.lit' to='gateway.shakespeare.lit' type='result' id='hd721'/> <iq from='9f00061@shakespeare.lit' to='juliet@capulet.lit/balcony' type='result' id='hd721'/> <iq from='juliet@capulet.lit/balcony' to='9f00061@shakespeare.lit' type='set' id='f3wh8'> <hangup xmlns='urn:xmpp:rayo:1'/> </iq> <iq from='gateway.shakespeare.lit' to='9f00061@node1.shakespeare.lit' type='set' id='f3wh8'> <hangup xmlns='urn:xmpp:rayo:1'/> </iq> <iq from='9f00061@node1.shakespeare.lit' to='gateway.shakespeare.lit' type='result' id='f3wh8'/> <iq from='9f00061@shakespeare.lit' to='juliet@capulet.lit/balcony' type='result' id='f3wh8'/> <presence from='9f00061@node1.shakespeare.lit' to='gateway.shakespeare.lit' type='unavailable'> <end xmlns='urn:xmpp:rayo:1'> <hangup-command/> </end> </presence> <presence from='9f00061@shakespeare.lit' to='juliet@capulet.lit/balcony' type='unavailable'> <end xmlns='urn:xmpp:rayo:1'> <hangup-command/> </end> </presence>
Outbound call flow is:
<iq from='juliet@capulet.lit/balcony' to='shakespeare.lit' type='set' id='h7ed2'> <dial xmlns='urn:xmpp:rayo:1' to='tel:+13055195825' from='tel:+14152226789'/> </iq> <iq from='gateway.shakespeare.lit' to='node1.shakespeare.lit' type='set' id='h7ed2'> <dial xmlns='urn:xmpp:rayo:1' to='tel:+13055195825' from='tel:+14152226789'/> </iq> <iq from='node1.shakespeare.lit' to='gateway.shakespeare.lit' type='result' id='h7ed2'> <ref xmlns='urn:xmpp:rayo:1' uri='xmpp:9f00061@shakespeare.lit'/> </iq> <iq from='shakespeare.lit' to='juliet@capulet.lit/balcony' type='result' id='h7ed2'> <ref xmlns='urn:xmpp:rayo:1' uri='xmpp:9f00061@shakespeare.lit'/> </iq> <presence from='9f00061@node1.shakespeare.lit' to='gateway.shakespeare.lit'> <ringing xmlns='urn:xmpp:rayo:1'/> </presence> <presence from='9f00061@shakespeare.lit' to='juliet@capulet.lit/balcony'> <ringing xmlns='urn:xmpp:rayo:1'/> </presence> <presence from='9f00061@node1.shakespeare.lit' to='gateway.shakespeare.lit'> <answered xmlns='urn:xmpp:rayo:1'/> </presence> <presence from='9f00061@shakespeare.lit' to='juliet@capulet.lit/balcony'> <answered xmlns='urn:xmpp:rayo:1'/> </presence> <iq from='juliet@capulet.lit/balcony' to='9f00061@shakespeare.lit' type='set' id='f3wh8'> <hangup xmlns='urn:xmpp:rayo:1'/> </iq> <iq from='gateway.shakespeare.lit' to='9f00061@node1.shakespeare.lit' type='set' id='f3wh8'> <hangup xmlns='urn:xmpp:rayo:1'/> </iq> <iq from='9f00061@node1.shakespeare.lit' to='gateway.shakespeare.lit' type='result' id='f3wh8'/> <iq from='9f00061@shakespeare.lit' to='juliet@capulet.lit/balcony' type='result' id='f3wh8'/> <presence from='9f00061@node1.shakespeare.lit' to='gateway.shakespeare.lit' type='unavailable'> <end xmlns='urn:xmpp:rayo:1'> <hangup-command/> </end> </presence> <presence from='9f00061@shakespeare.lit' to='juliet@capulet.lit/balcony' type='unavailable'> <end xmlns='urn:xmpp:rayo:1'> <hangup-command/> </end> </presence>
The Gateway(s) in a Cluster are responsible for managing the routing of calls between relevant nodes and clients, and SHOULD retain knowledge of the presence of each for this purpose. Nodes and Clients SHOULD NOT be aware of each others identity of presence, and SHOULD only communicate with the Gateway(s).
The Gateway(s) in a Cluster MUST attempt to evenly balance outbound calls among Nodes; at a minimum they MUST implement round-robin dispatch of dial commands. Gateways MAY attempt load-based distribution by monitoring the number of active sessions (inbound and outbound) per Node and distributing accordingly.
The rules by which the PCPs for an inbound call are determined is implementation specific. In cases where a server permits registration of multiple JIDs as PCPs, it MAY opt to load-balance offers between them by an unspecified algorithm, though it may not assume any knowledge of the clients outside of this specification or Rayo (XEP-0327) [4].
In order for a Rayo Node to be considered available for processing dial requests, it MUST first notify the Gateway that it is available for such by sending directed presence to the Gateway internal interface with a <show/> element containing 'chat' as in the example:
<presence from='node1.shakespeare.lit' to='gateway.shakespeare.lit'> <c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='urn:xmpp:rayo:node:1' ver='QgayPKawpkPSDYmwT/WM94uAlu0='/> <show>chat</show> </presence>
Conversely, when a Rayo Node wishes not to process dial requests, it SHOULD send directed presence to the Gateway with a <show/> element containing 'dnd' as in the example:
<presence from='node1.shakespeare.lit' to='gateway.shakespeare.lit'> <c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='urn:xmpp:rayo:node:1' ver='QgayPKawpkPSDYmwT/WM94uAlu0='/> <show>dnd</show> </presence>
A Rayo Gateway MAY transparently retry failed operations like dial requests, or MAY automatically remove from rotation the Rayo Nodes that fail to satisfy such requests repeatedly.
The Rayo Gateway MUST validate permissions on incoming Rayo commands from Clients (check that they are one of the call's DCP/PCP as appropriate to the rules defined in Rayo (XEP-0327) [5]). The Rayo Gateway MUST enforce its own rules on Node membership of the Cluster, ensuring communication via its internal interface with only trusted Nodes. The rules by which inbound calls are permitted are implementation specific. When configured as members of a cluster, Rayo Nodes SHOULD accept communication *only* with the gateway.
Rayo gateways MUST advertise support for "urn:xmpp:rayo:1" on their external interface, and "urn:xmpp:rayo:gateway:1" on their internal interface. Rayo nodes MUST advertise support for "urn:xmpp:rayo:node:1", indicating that they may be used as part of a cluster, and additionally "urn:xmpp:rayo:1" if they may also be used separately from the cluster.
Rayo sessions can be resource-intensive. Therefore, it is possible to launch a denial-of-service attack against an entity by burdening it with too many Rayo sessions. Care must be taken to accept sessions only from known entities and only if the entity's device is able to process such sessions.
Rayo communications can be enabled through gateways to non-XMPP networks, whose security characteristics can be quite different from those of XMPP networks. For example, on some SIP networks authentication is optional and "from" addresses can be easily forged. Care must be taken in communicating through such gateways.
Mere negotiation of a Rayo session can expose sensitive information about the parties (e.g. IP addresses). Care must be taken in communicating such information, and end-to-end encryption should be used if the parties do not trust the intermediate servers or gateways.
This document requires no interaction with the Internet Assigned Numbers Authority (IANA) [6].
This specification defines the following XML namespaces:
The XMPP Registrar [7] includes the foregoing namespaces in its registry at <http://xmpp.org/registrar/namespaces.html>, as governed by XMPP Registrar Function (XEP-0053) [8].
If the protocol defined in this specification undergoes a major revision that is not fully backward-compatible with an older version, or that contains significant new features, the XMPP Registrar shall increment the protocol version number found at the end of the XML namespaces defined herein, as described in Section 4 of XEP-0053.
The authors would like to acknowledge the input of teams at Tropo, Mojo Lingo and Grasshopper in the development of the specification.
Specific individuals who have contributed to the specification or to software significant to its completion include:
Series: XEP
Number: 0349
Publisher: XMPP Standards Foundation
Status:
Experimental
Type:
Standards Track
Version: 0.1
Last Updated: 2014-06-18
Approving Body: XMPP Council
Dependencies: XMPP Core, XEP-0327 Rayo
Supersedes: None
Superseded By: None
Short Name: NOT_YET_ASSIGNED
Source Control:
HTML
This document in other formats:
XML
PDF
Email:
ben@langfeld.me
JabberID:
ben@langfeld.me
URI:
http://langfeld.me
Email:
mperez@tropo.com
URI:
http://tropo.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-0327: Rayo <http://xmpp.org/extensions/xep-0327.html>.
2. XEP-0327: Rayo <http://xmpp.org/extensions/xep-0327.html>.
3. XEP-0327: Rayo <http://xmpp.org/extensions/xep-0327.html>.
4. XEP-0327: Rayo <http://xmpp.org/extensions/xep-0327.html>.
5. XEP-0327: Rayo <http://xmpp.org/extensions/xep-0327.html>.
6. The Internet Assigned Numbers Authority (IANA) is the central coordinator for the assignment of unique parameter values for Internet protocols, such as port numbers and URI schemes. For further information, see <http://www.iana.org/>.
7. The XMPP Registrar maintains a list of reserved protocol namespaces as well as registries of parameters used in the context of XMPP extension protocols approved by the XMPP Standards Foundation. For further information, see <http://xmpp.org/registrar/>.
8. XEP-0053: XMPP Registrar Function <http://xmpp.org/extensions/xep-0053.html>.
Note: Older versions of this specification might be available at http://xmpp.org/extensions/attic/
Initial published version approved by the XMPP Council.
(editorc(mam))First draft.
(bl)END