2009/7/29 Iñaki Baz Castillo <i...@aliax.net>:
> It should retrieve from the server a reply containing the namespaces
> and prefixes '''of the stored document''' for the element requested:
> {{{
> HTTP/1.1 200 OK
> Content-Type: application/xcap-ns+xml
>
> <identity xmlns:pr="urn:ietf:params:xml:ns:pres-rules"
>  xmlns:cp="urn:ietf:params:xml:ns:common-policy" />
> }}}
>

Or perhaps it should be?:

{{{
HTTP/1.1 200 OK
Content-Type: application/xcap-ns+xml
<cp:identity xmlns:pr="urn:ietf:params:xml:ns:pres-rules"
  xmlns:cp="urn:ietf:params:xml:ns:common-policy" />
}}}
(note the "cp:" in "identity")




-- 
Iñaki Baz Castillo
<i...@aliax.net>

_______________________________________________
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to