[sipcore] draft-kaplan-sip-session-id-02

"Dale Worley" <dworley@nortel.com> Wed, 24 June 2009 20:51 UTC

Return-Path: <dworley@nortel.com>
X-Original-To: sipcore@core3.amsl.com
Delivered-To: sipcore@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 1A94C3A6C08 for <sipcore@core3.amsl.com>; Wed, 24 Jun 2009 13:51:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.666
X-Spam-Level:
X-Spam-Status: No, score=-7.666 tagged_above=-999 required=5 tests=[AWL=0.933, BAYES_00=-2.599, GB_I_LETTER=-2, RCVD_IN_DNSWL_MED=-4]
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 9PQ06iXv1Lsv for <sipcore@core3.amsl.com>; Wed, 24 Jun 2009 13:51:47 -0700 (PDT)
Received: from zrtps0kp.nortel.com (zrtps0kp.nortel.com [47.140.192.56]) by core3.amsl.com (Postfix) with ESMTP id 2C91C28C0FA for <sipcore@ietf.org>; Wed, 24 Jun 2009 13:51:47 -0700 (PDT)
Received: from zrtphxs1.corp.nortel.com (zrtphxs1.corp.nortel.com [47.140.202.46]) by zrtps0kp.nortel.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id n5OKpbG22832 for <sipcore@ietf.org>; Wed, 24 Jun 2009 20:51:38 GMT
Received: from [47.16.90.165] ([47.16.90.165]) by zrtphxs1.corp.nortel.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 24 Jun 2009 16:51:26 -0400
From: Dale Worley <dworley@nortel.com>
To: SIPCORE <sipcore@ietf.org>
Content-Type: text/plain
Organization: Nortel Networks
Date: Wed, 24 Jun 2009 16:51:25 -0400
Message-Id: <1245876685.3748.61.camel@victoria-pingtel-com.us.nortel.com>
Mime-Version: 1.0
X-Mailer: Evolution 2.12.3 (2.12.3-5.fc8)
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 24 Jun 2009 20:51:26.0507 (UTC) FILETIME=[8A9377B0:01C9F50D]
Subject: [sipcore] draft-kaplan-sip-session-id-02
X-BeenThere: sipcore@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: SIP Core Working Group <sipcore.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sipcore>, <mailto:sipcore-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sipcore>
List-Post: <mailto:sipcore@ietf.org>
List-Help: <mailto:sipcore-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sipcore>, <mailto:sipcore-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Jun 2009 20:51:48 -0000

Looking at draft-kaplan-sip-session-id-02, the shorter the Session-Id
header is, the fewer complaints people will have about using it in
practice.  A couple of things could be done to shorten it:

- assign a single-letter abbreviation for the name

- use base64 rather than hex encoding

Base64 encoding reduces the header value to 22 characters from 32.

Dale