Re: [xmpp] SCRAM example

Peter Saint-Andre <stpeter@stpeter.im> Mon, 21 June 2010 22:06 UTC

Return-Path: <stpeter@stpeter.im>
X-Original-To: xmpp@core3.amsl.com
Delivered-To: xmpp@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 2A20F3A6A9D for <xmpp@core3.amsl.com>; Mon, 21 Jun 2010 15:06:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.004
X-Spam-Level:
X-Spam-Status: No, score=-2.004 tagged_above=-999 required=5 tests=[AWL=-0.085, BAYES_00=-2.599, SARE_ADLTOBFU=0.68]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RoYiZTkYxBBZ for <xmpp@core3.amsl.com>; Mon, 21 Jun 2010 15:06:16 -0700 (PDT)
Received: from stpeter.im (stpeter.im [207.210.219.233]) by core3.amsl.com (Postfix) with ESMTP id 5F65E3A68E3 for <xmpp@ietf.org>; Mon, 21 Jun 2010 15:06:16 -0700 (PDT)
Received: from dhcp-64-101-72-121.cisco.com (dhcp-64-101-72-121.cisco.com [64.101.72.121]) (Authenticated sender: stpeter) by stpeter.im (Postfix) with ESMTPSA id C8B9E40E4D; Mon, 21 Jun 2010 16:06:22 -0600 (MDT)
Message-ID: <4C1FE25D.9070400@stpeter.im>
Date: Mon, 21 Jun 2010 16:06:21 -0600
From: Peter Saint-Andre <stpeter@stpeter.im>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4
MIME-Version: 1.0
To: Waqas Hussain <waqas20@gmail.com>
References: <4C169192.5030301@stpeter.im> <AANLkTinkNaQJTwdcZhdGtHR9u1Rx8dX-X53SH1i2Gi1L@mail.gmail.com>
In-Reply-To: <AANLkTinkNaQJTwdcZhdGtHR9u1Rx8dX-X53SH1i2Gi1L@mail.gmail.com>
X-Enigmail-Version: 1.0.1
OpenPGP: url=http://www.saint-andre.com/me/stpeter.asc
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha1"; boundary="------------ms000903000603000903080208"
Cc: XMPP <xmpp@ietf.org>
Subject: Re: [xmpp] SCRAM example
X-BeenThere: xmpp@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: XMPP Working Group <xmpp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/xmpp>, <mailto:xmpp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/xmpp>
List-Post: <mailto:xmpp@ietf.org>
List-Help: <mailto:xmpp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xmpp>, <mailto:xmpp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Jun 2010 22:06:17 -0000

On 6/21/10 3:54 PM, Waqas Hussain wrote:
> On Tue, Jun 15, 2010 at 1:31 AM, Peter Saint-Andre <stpeter@stpeter.im> wrote:
>> Would someone like to write up the protocol flow for a SCRAM example?
>> That might be more useful than the PLAIN example.
>>
>> /psa
> 
> The following is the log of a SCRAM negotiation between Prosody and
> Pandion (juliet@im.example.com, with password r0m30myr0m30), copied
> from Pandion's XML console. Also included is the decoded base64 data.

Thanks, Waqas, that's just what I was looking for!

/psa