Re: [vwrap] Removing first name / last name assumptions?

Meadhbh Hamrick <ohmeadhbh@gmail.com> Tue, 06 April 2010 14:28 UTC

Return-Path: <ohmeadhbh@gmail.com>
X-Original-To: vwrap@core3.amsl.com
Delivered-To: vwrap@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 6FC753A67E3 for <vwrap@core3.amsl.com>; Tue, 6 Apr 2010 07:28:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.449
X-Spam-Level:
X-Spam-Status: No, score=-2.449 tagged_above=-999 required=5 tests=[AWL=0.150, BAYES_00=-2.599]
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 aS+WXbLmjJ+a for <vwrap@core3.amsl.com>; Tue, 6 Apr 2010 07:28:34 -0700 (PDT)
Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by core3.amsl.com (Postfix) with ESMTP id 4F2C23A67B4 for <vwrap@ietf.org>; Tue, 6 Apr 2010 07:28:31 -0700 (PDT)
Received: by qw-out-2122.google.com with SMTP id 9so1665405qwb.31 for <vwrap@ietf.org>; Tue, 06 Apr 2010 07:28:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=4aZAAfR5yF5cmwo+PxOGOoe7d8Y9vmZOd+HS/JFGCSs=; b=JwrLoid1SVmyOEvxW0pvJhLXZuzJT6IlmG85STFa+Rvof31s7EnGLNTDPLNmY/tUZr FYGIpE0cRlizMuoPda2OT0eaf6v0XjTziblAjNEyFZ1J/4JqHdphxgRjYvZzC0mVAJ8p ByJTl8fYcvqtnx/silCv9xba1V3FFEWiANtEI=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=lPRWYKreQP3CV+bdqtoYPySVcgTqtQRbtOobI8AyL7my4gc44oUBAbgTloSEv/hg+S A1TF69FxrhSqtfP0WkX/bMmAPxgBTsYjkqZ9YjwdTU/ujV6u17w56c8QQJU98GXZvaVz 8AKSpnu2KLPq2VLnsV4Sv0tLEIVsshdl5VZQY=
MIME-Version: 1.0
Received: by 10.229.247.72 with HTTP; Tue, 6 Apr 2010 07:28:08 -0700 (PDT)
In-Reply-To: <4BBB45FA.8050408@gmail.com>
References: <62BFE5680C037E4DA0B0A08946C0933DCB738C13@rrsmsx506.amr.corp.intel.com> <t2jb325928b1004051220i5f1d8f04od2602f26f758f3da@mail.gmail.com> <CDB96FF3-A282-40B3-94D8-A9B6A00D8AF5@bbn.com> <62BFE5680C037E4DA0B0A08946C0933DCB738C9B@rrsmsx506.amr.corp.intel.com> <y2gb325928b1004051307u5f5e64d9zd18b70bfd8307d6a@mail.gmail.com> <y2h6c9fcc2a1004052132z77168acaq26928209fa1e3e03@mail.gmail.com> <4BBB45FA.8050408@gmail.com>
From: Meadhbh Hamrick <ohmeadhbh@gmail.com>
Date: Tue, 6 Apr 2010 07:28:08 -0700
Received: by 10.229.190.133 with SMTP id di5mr4194591qcb.23.1270564108410; Tue, 06 Apr 2010 07:28:28 -0700 (PDT)
Message-ID: <j2yb325928b1004060728n29284d7fvd848fc545d54ead9@mail.gmail.com>
To: Dzonatas Sol <dzonatas@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Cc: vwrap@ietf.org, barryleiba@computer.org
Subject: Re: [vwrap] Removing first name / last name assumptions?
X-BeenThere: vwrap@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Virtual World Region Agent Protocol - IETF working group <vwrap.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/vwrap>, <mailto:vwrap-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vwrap>
List-Post: <mailto:vwrap@ietf.org>
List-Help: <mailto:vwrap-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vwrap>, <mailto:vwrap-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Apr 2010 14:28:35 -0000

not sure what you're going for here...

the example is not valid XML, but i think your recommendation is
simply to use XML-like tags in the string that gets put inside the
transfer encoding,

so if you encoded it with JSON it would be something like:

{ "name": "<first>simon</first><last>le bon</last>"}

or with XML, it would be encoded as:

<llsd>
  <map>
    <key>name</key>
    <string>&lt;first&gt;simon&lt;/first&gt;&lt;last&gt;le
bon&lt;/last&gt;</string>
  </map>
</llsd>

?
--
meadhbh hamrick * it's pronounced "maeve"
@OhMeadhbh * http://meadhbh.org/ * OhMeadhbh@gmail.com



On Tue, Apr 6, 2010 at 7:32 AM, Dzonatas Sol <dzonatas@gmail.com> wrote:
> Barry Leiba wrote:
>>
>>  Here's a
>> sampling of agent-identifiers, each within quotes just to make it
>> clear where they start and end:
>>   " Joshua Linden "
>>   ".Joshua.Linden."  (another way to represent the same thing)
>>   "/Joshua/Linden/"  (a third)
>>   "XJoshuaXLindenX"  (a fourth)
>>   " Melanie "  (an identifier with just one part)
>>   "rMelanier"  (the same, in another representation)
>>   ".Melanie."  (or less weirdly)
>>   " Barak Hussein Obama "   (here's one with three parts)
>>   "+Peter+Blair+Dennis+Bernard+Noone+" (a five-part one; extra credit
>> if you're old enough to know who he is)
>>   "~le roy~barr~"  (Meadhbh's example with an embedded blank)
>>
>>
>
> Another suggestion, if one used XML like tags:
>
> <first>Barak</first> Hussein <last>Obama</last>
>
> Then the string can be escaped into the name field. For those that don't
> want first/last, they just skip the tags. For those that only want
> first/last, they pull the text only within with first/last tags.
>
> _______________________________________________
> vwrap mailing list
> vwrap@ietf.org
> https://www.ietf.org/mailman/listinfo/vwrap
>