RE: [XCON] "Many users in a single operation" Requirements
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [XCON] "Many users in a single operation" Requirements



Here is an example of how to add multiple users to an ACL list in a single operation:

      PUT http://xcap.example.com/services/conferences/users/Alice/conference.xml?
         Conference/ACL/ACL-target-URI HTTP/1.1
         Content-Type:text/plain

      <ACL-target-URI Access-type="Allowed">sip:bob@example.com</ACL-target-URI>
      <ACL-target-URI Access-type="Allowed">sip:alice@example.com</ACL-target-URI>
      <ACL-target-URI Access-type="Allowed">sip:bob@domain.com</ACL-target-URI>


The rest are done in a similar fashion.

/Hisham
> -----Original Message-----
> From: xcon-admin@ietf.org [mailto:xcon-admin@ietf.org]On Behalf Of ext
> Orit Levin
> Sent: 10.February.2004 03:15
> To: xcon@ietf.org
> Subject: [XCON] "Many users in a single operation" Requirements
> 
> 
> Hi guys!
>  
> There are many places throughout the CPCP-req document that identify
> operations on a "subset of list" as MUST be performed in a single
> operation (e.g. G4, G6, H2, and H4).
> How do you plan to meet these requirements with "XCAP CPCP"?
>  
> The same question for REQ-CP-3: It MAY be possible for the client to
> batch multiple operations (such as add a user to ACL blocked list, or
> remove a user from ACL allowed list) into a single request that is
> processed atomically.
>  
> Thanks,
> Orit.
> 
> _______________________________________________
> XCON mailing list
> XCON@ietf.org
> https://www1.ietf.org/mailman/listinfo/xcon
> 

_______________________________________________
XCON mailing list
XCON@ietf.org
https://www1.ietf.org/mailman/listinfo/xcon




Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.