diff --git a/xep-0170.xml b/xep-0170.xml index 22154ff4..ced79e31 100644 --- a/xep-0170.xml +++ b/xep-0170.xml @@ -24,6 +24,12 @@ N/A &stpeter; + + 0.5 + 2006-12-06 + psa + Per Council feedback, removed section on deprecated jabber:iq:auth protocol. + 0.4 2006-08-02 @@ -98,23 +104,6 @@
  • IM session establishment
  • - -

    The legacy &xep0078; protocol can be used by clients to log into older (pre-XMPP) servers. In essence the "jabber:iq:auth" protocol is an older way of doing what the XMPP RFCs specify in the SASL, resource binding, and IM session stream features. Therefore the following order is RECOMMENDED:

    -
      -
    1. TLS
    2. -
    3. jabber:iq:auth
    4. -
    -

    If the "jabber:iq:auth" feature is negotiated, then SASL, resource binding, and IM session establishment MUST NOT be negotiated. TLS SHOULD be negotiated, but some older software will instead connect to an SSL-enabled port rather than upgrading port 5222 using TLS.

    -

    If both stream compression and non-SASL authentication are negotiated, the following order is RECOMMENDED:

    -
      -
    1. TLS
    2. -
    3. jabber:iq:auth
    4. -
    5. Stream compression
    6. -
    -
    - -

    Support for the &xep0079; protocol is advertised as a stream feature but its use is not negotiated; therefore no recommendation is needed.

    -