%ents; ]>
Component Connections This document specifies a standards-track XMPP protocol extension that enables server components to connect to XMPP servers. &LEGALNOTICE; 0225 Deferred Standards Track Standards Council XMPP Core component &stpeter; 0.2 2008-10-06 psa

Modified namespace to incorporate namespace versioning; clarified that the value of the <hostname/> element can be either <domain> or <domain/resource>.

0.1 2007-08-08 psa

Initial published version.

0.0.1 2007-07-31 psa

First draft.

&xep0114; defines a protocol that enables a server component to connect to an XMPP server. However, there are a number of perceived limitations with that protocol:

This document specifies a standards-track protocol that addresses the basic requirements for component connections. In the future, additional documents may specify more advanced features on top of the protocol defined herein.

This document addresses the following requirements:

  1. Support Transport Layer Security for channel encryption.
  2. Support the Simple Authentication and Security Layer for authentication.
  3. Enable a component to bind multiple hostnames to one stream.
  4. Use one of the existing default namespaces for XML streams between components and servers.

XML streams are established between a component and a server exactly as they are between a client and a server as specified in &xmppcore;, with the following exceptions:

  1. The 'from' address of the initial stream header SHOULD be the "default" hostname of the component.
  2. The JID asserted by the end entity (in this case a component) during STARTTLS negotiation and SASL negotiation MUST be of the form <domain> in conformance with the definition of a domain identifier from XMPP Core.
  3. If a "simple user name" is included in accordance with the chosen SASL mechanism, it MUST be of the form <domain> in conformance with the definition of a domain identifier from XMPP Core.

The protocol defined in XEP-0114 depended on use of the 'to' address in the stream header to specify the hostname of the component. By contrast, client-to-server connections use stream establishment is followed by binding of a resource to the stream (in fact multiple resources can be bound to the stream). This protocol emulates client-to-server connections by using a hostname binding process that is similar to the resource binding process specified in XMPP Core.

If a server offers component binding over a stream, it MUST advertise a feature of "urn:xmpp:component:0".

S: ]]>

In order to bind a hostname, the component sends a bind request to the server.

chat.example.com ]]>

If the hostname can be bound, the server MUST return an IQ-result specifying the exact hostname that was bound.

chat.example.com ]]>

If the hostname cannot be bound, the server MUST return an IQ-error, which SHOULD be &badrequest;, &conflict;, ¬allowed;, or &constraint;, just as with client resource binding as specified in RFC 3920.

Note: Although the JID asserted during STARTTLS and SASL negotiation MUST be of the form <domain> (i.e., an XMPP domain identifier), the <hostname/> element MAY be of the form <domain/resource>. This form can be used for application-specific functionality (e.g., load balancing), but such functionality is out of scope for this specification.

A component can send a subsequent bind request to bind another hostname (a server MUST support binding of multiple hostnames).

foo.example.com ]]>

If the server cannot process the bind request (e.g., because the component has already bound the desired hostname), the server MUST return an IQ-error (e.g., &conflict;).

A component can also unbind a resource that has already been bound (a server MUST support unbinding).

foo.example.com ]]>

If the hostname can be unbound, the server MUST return an IQ-result.

]]>

This protocol improves upon the earlier component protocol defined in XEP-0114 by specifying the use of Transport Layer Security (TLS) for channel encryption and the Simple Authentication and Security Layer (SASL) for authentication. Because this protocol re-uses the XML stream establishment processes defined in XMPP Core, the security considerations from RFC 3920 and RFC 6120 apply to this protocol as well.

This document requires no interaction with &IANA;.

This specification defines the following XML namespace:

  • urn:xmpp:component:0

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;.

&NSVER;
]]>