[Uri-review] 'skype' and 'callto' schemes

Mykyta Yevstifeyev <evnikita2@gmail.com> Sun, 17 July 2011 08:49 UTC

Return-Path: <evnikita2@gmail.com>
X-Original-To: uri-review@ietfa.amsl.com
Delivered-To: uri-review@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 498D321F85F2 for <uri-review@ietfa.amsl.com>; Sun, 17 Jul 2011 01:49:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.507
X-Spam-Level:
X-Spam-Status: No, score=-3.507 tagged_above=-999 required=5 tests=[AWL=0.092, BAYES_00=-2.599, 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 5abjFQCZ38uM for <uri-review@ietfa.amsl.com>; Sun, 17 Jul 2011 01:49:10 -0700 (PDT)
Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by ietfa.amsl.com (Postfix) with ESMTP id 045A721F85EE for <uri-review@ietf.org>; Sun, 17 Jul 2011 01:49:09 -0700 (PDT)
Received: by fxe4 with SMTP id 4so5774263fxe.27 for <uri-review@ietf.org>; Sun, 17 Jul 2011 01:49:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=chm8/eYk/SNv8aFHh1dfM2uhZzPw3OhH4dZMwJv+8dA=; b=IcpW9dPs8FyUbwT6egiWgr4XUZTGV5TELYi5vIdxa+aOYnB/2pj6h8V/UQHlhUhoWB Ju/Lqo07QunwuUbShPjCfaei9i8KwESu6SPlwKaJODSCTrs2l7P+crckWOoT6rdDSm/e QzGCYq5xkwLOluZyoEQ6+aiX/+CCzUo1k5i5M=
Received: by 10.223.28.7 with SMTP id k7mr4859982fac.70.1310892548929; Sun, 17 Jul 2011 01:49:08 -0700 (PDT)
Received: from [127.0.0.1] ([195.191.104.224]) by mx.google.com with ESMTPS id q14sm2042285faa.20.2011.07.17.01.49.04 (version=SSLv3 cipher=OTHER); Sun, 17 Jul 2011 01:49:05 -0700 (PDT)
Message-ID: <4E22A22D.9040804@gmail.com>
Date: Sun, 17 Jul 2011 11:49:49 +0300
From: Mykyta Yevstifeyev <evnikita2@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0
MIME-Version: 1.0
To: "uri-review@ietf.org" <uri-review@ietf.org>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: [Uri-review] 'skype' and 'callto' schemes
X-BeenThere: uri-review@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Proposed URI Schemes <uri-review.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/uri-review>, <mailto:uri-review-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/uri-review>
List-Post: <mailto:uri-review@ietf.org>
List-Help: <mailto:uri-review-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/uri-review>, <mailto:uri-review-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 17 Jul 2011 08:49:11 -0000

Hello,

Skype(tm) is known to use 'skype' and 'callto' URI schemes.  There is no 
any clear specification of the schemes on the Skype site, nor can I find 
it on the Net.  However, the syntax is known; it is said to be 
(transforming into ABNF):

> skype-uri      = "skype:" name [params]
> name           = telephone-subscriber / skype-username
> telephone-subscriber = <as defined in RFC 3966>
> skype-username = ALPHA 5( ALPHA / DIGIT ) *26( ALPHA/DIGIT)
> params         = "?" param
> param          = "add" / "call" / "chat" / "sendfile"
>                / "userinfo" / ext-param
> ext-param      = 1*ALPHA
>
> callto-uri     = "callto:" name

The operations of 'callto' URIs are to open a Skype call to <name>; 
'skype' URI provide richer semantics, per <params>.  Documentation for 
Skype operations is available from 
share.skype.com/media/1.2_api_doc_en.pdf (this document says it is 
confidential ;-).

The 'skype' URIs are known to be widely used; 'callto' are also used, 
but not as often as 'skype'.  Currently, the schemes are not officially 
registered with IANA; so my questions is: Can (should?) an effort to 
specify these two schemes be undertaken?  Any thoughts are welcome.

Mykyta Yevstifeyev