RE: FW: I-D ACTION:draft-dusseault-dav-quota-01.txt

Here's a proposal for the property names that reduces property clutter (by
collapsing evrything into a single property) and possibly allows expressing
multiple quota constraints:

<quota-set>

  <quota>

    <limit>...</limit>
    <used>...</used>

    <!-- optional: identifies the principal this quota applies to -->
    <principal><href>....</href></principal>

    <!-- optional: identifyer for quota-space -->
    <qutoa-space><href>....</href></quota-space>

  </quota>

  <!-- more quotas, for instance for the current user group -->
  ..

</quota-set>

The syntax is similar to lockdiscovery, so any self-respecting DAV client
should be able to handle this.


--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760

Received on Thursday, 24 October 2002 13:32:02 UTC