Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda requests for Atlanta meeting)
Iñaki Baz Castillo <ibc@aliax.net> Thu, 18 October 2012 16:19 UTC
Return-Path: <ibc@aliax.net>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix)
with ESMTP id 535F921F881E for <rtcweb@ietfa.amsl.com>;
Thu, 18 Oct 2012 09:19:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.656
X-Spam-Level:
X-Spam-Status: No, score=-2.656 tagged_above=-999 required=5 tests=[AWL=0.021,
BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, MIME_8BIT_HEADER=0.3,
RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84MXApih9MMD for
<rtcweb@ietfa.amsl.com>; Thu, 18 Oct 2012 09:19:54 -0700 (PDT)
Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com
[209.85.217.172]) by ietfa.amsl.com (Postfix) with ESMTP id 1A9DC21F8832 for
<rtcweb@ietf.org>; Thu, 18 Oct 2012 09:19:53 -0700 (PDT)
Received: by mail-lb0-f172.google.com with SMTP id k13so6783675lbo.31 for
<rtcweb@ietf.org>; Thu, 18 Oct 2012 09:19:53 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com;
s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:cc:content-type:content-transfer-encoding:x-gm-message-state;
bh=jnZmwkaU5P53cI2sAgt2tIPKZGYTdaB27OwO7r/1fSw=;
b=g7FDjtphXrpfXBh7l3lqh8y8wLrmcmF+CX/Zz1LWsP/yy5x+ky+AvnBk5gJLdWTmae
FkvT+xvOHTzQlFVbQQxCmOr2JOHx1hY42Jj+U27395sGZn/rCR7Zzni3+Rd8RnadO5QN
pEs7gDXR/A3ezJBRrGNGtb5MEpPUtEA0n2unNdB09Fyw/h9N6OcOrxn+zvmzDeLZ/PwR
lapc3kdBPe6KJR/qGKHkaOPjK2JCP7axV1x3GV67sq0D2xpL1JKVkQu+gM6jjofgQpve
td7IKEKn7HyM51hQ3KrDVoiFVPC8Tw51YKEsLgxUptiHKO6m9dWQWBtaDZXIwO3BSimz qlgQ==
Received: by 10.112.29.129 with SMTP id k1mr8195253lbh.102.1350577192998;
Thu, 18 Oct 2012 09:19:52 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.114.2.71 with HTTP; Thu, 18 Oct 2012 09:19:32 -0700 (PDT)
In-Reply-To: <507F3680.4060200@alum.mit.edu>
References: <AE1A6B5FD507DC4FB3C5166F3A05A484160ED478@tk5ex14mbxc272.redmond.corp.microsoft.com>
<507F3680.4060200@alum.mit.edu>
From: =?UTF-8?Q?I=C3=B1aki_Baz_Castillo?= <ibc@aliax.net>
Date: Thu, 18 Oct 2012 18:19:32 +0200
Message-ID: <CALiegfmJQa2SZXqrL-cAV21O1k79gC+KVWxwF1peJPjZ1nkTsw@mail.gmail.com>
To: Paul Kyzivat <pkyzivat@alum.mit.edu>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Gm-Message-State: ALoCoQkONm0bNpH97EugXl/OK6HunZCK/gJS/BGwxVFyY68SY1C3L2X09DSqTgnc+QbSrpZS2gqN
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda requests for Atlanta
meeting)
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list
<rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>,
<mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rtcweb>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>,
<mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 18 Oct 2012 16:19:55 -0000
2012/10/18 Paul Kyzivat <pkyzivat@alum.mit.edu>du>: > I have been assuming that this is to be accomplished by the server pushing > javascript that is aware it is/may be interworking with sip, and which then > constrains itself to the subset of JSEP that compatible with 3264. And then > it is of course limited to those behaviors on the sip side that fall within > the subset of 3264 that JSEP supports. > > Is that the right way to view it? Hi Paul, what about is the JavaScript app directly speaks SIP? please let's also consider this case. Current web apps based on HTML5 and modern JavaScript are powerful like any other desktop application. No need to consider them limited and rely all the logic in the web server (like 5 years ago). Regards. -- Iñaki Baz Castillo <ibc@aliax.net>
- [rtcweb] Relaxing SDP O/A (was RE: Agenda request… Matthew Kaufman
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Paul Kyzivat
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Christer Holmberg
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Hutton, Andrew
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Iñaki Baz Castillo
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Martin Thomson
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Iñaki Baz Castillo
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Dale R. Worley
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Christer Holmberg
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Harald Alvestrand
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Iñaki Baz Castillo
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Dale R. Worley
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Eric Rescorla
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Martin Thomson
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Eric Rescorla
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Martin Thomson
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Roman Shpount
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Bernard Aboba
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Harald Alvestrand
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Stefan Hakansson LK
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Iñaki Baz Castillo
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Hutton, Andrew
- [rtcweb] Handling a partially-useful offer (Re: R… Harald Alvestrand
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Harald Alvestrand
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Iñaki Baz Castillo
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Hutton, Andrew
- Re: [rtcweb] Handling a partially-useful offer (R… Paul Kyzivat
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Martin Thomson
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Roman Shpount
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Dale R. Worley
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Paul Kyzivat
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Harald Alvestrand
- Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda req… Cullen Jennings (fluffy)