Re: [Geopriv] Long review of draft-ietf-geopriv-loc-filters-07

"Hannes Tschofenig" <Hannes.Tschofenig@gmx.net> Wed, 04 November 2009 00:26 UTC

Return-Path: <Hannes.Tschofenig@gmx.net>
X-Original-To: geopriv@core3.amsl.com
Delivered-To: geopriv@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 06A613A690A for <geopriv@core3.amsl.com>; Tue, 3 Nov 2009 16:26:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.74
X-Spam-Level:
X-Spam-Status: No, score=-0.74 tagged_above=-999 required=5 tests=[BAYES_20=-0.74]
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 49l1fpy+kW7Y for <geopriv@core3.amsl.com>; Tue, 3 Nov 2009 16:26:24 -0800 (PST)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by core3.amsl.com (Postfix) with SMTP id C84043A67F4 for <geopriv@ietf.org>; Tue, 3 Nov 2009 16:26:23 -0800 (PST)
Received: (qmail invoked by alias); 04 Nov 2009 00:26:42 -0000
Received: from w229.z065106072.sjc-ca.dsl.cnc.net (EHLO 4FIL42860) [65.106.72.229] by mail.gmx.net (mp058) with SMTP; 04 Nov 2009 01:26:42 +0100
X-Authenticated: #29516787
X-Provags-ID: V01U2FsdGVkX18FOiBziaAFOocd+aUyrrTdQ1HH4QFUlojPedeHc1 EYVR/NjuBIihkb
From: Hannes Tschofenig <Hannes.Tschofenig@gmx.net>
To: 'Brian Rosen' <br@brianrosen.net>, 'James Polk' <jmpolk@cisco.com>, geopriv@ietf.org
References: <XFE-SJC-212nCR34XtF0000418a@xfe-sjc-212.amer.cisco.com> <C715A414.1EC5F%br@brianrosen.net>
Date: Tue, 03 Nov 2009 16:29:54 -0800
Message-ID: <00cd01ca5ce5$f1becd00$6803020a@nsnintra.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
Thread-Index: Acpcj26ngU78NzmDGU6xGgf6RK7E8wAVL7lg
In-Reply-To: <C715A414.1EC5F%br@brianrosen.net>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350
X-Y-GMX-Trusted: 0
X-FuHaFi: 0.62
Subject: Re: [Geopriv] Long review of draft-ietf-geopriv-loc-filters-07
X-BeenThere: geopriv@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Geographic Location/Privacy <geopriv.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/geopriv>, <mailto:geopriv-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/geopriv>
List-Post: <mailto:geopriv@ietf.org>
List-Help: <mailto:geopriv-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/geopriv>, <mailto:geopriv-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Nov 2009 00:26:25 -0000

Hi James, 

Thanks for your detailed review. I am in the process of updating it and have
comments here and there. 

Here is one:

Draft Text:

--------

<?xml version="1.0" encoding="UTF-8"?>
<filter-set xmlns="urn:ietf:params:xml:ns:simple-filter">
    <ns-bindings>
        <ns-binding prefix="dyn" 
            urn="urn:ietf:params:xml:schema:pidf:dynamic"/>        
    </ns-bindings>
    <filter id="123" uri="sip:presentity@example.com">
        <trigger>
            <changed by="3"> [<---James]
              //dyn:speed
            </changed>
        </trigger>
    </filter>
</filter-set>

------

[James] 

I get the XML,
but I don't see what the speed now is of
the device/target?
What if this device is moving at 200kmph,
where would that be placed in the XML?
Of, is this left for the application at the
subscriber to calculate?
If the latter is true, something needs to be
said about this expectation.

------

The filter would not tell you what the current speed is. 

The current document only supports 'by' and hence you cannot say something
like 'tell me when he goes faster than 100kmph'. 

Ciao
Hannes