Henning,
The new <display-element> appears in the text of draft-ietf-simple-cipid-03 but was unfortunately omitted from the XML schema.
I would like to confirm the right syntax of the <display-name> by running the following example through you and the list:
<?xml version="1.0" encoding="UTF-8"?>
<presence xmlns="urn:ietf:params:xml:ns:pidf"
xmlns:es="urn:ietf:params:xml:ns:pidf:rpid-status"
xmlns:ci="urn:ietf:params:xml:ns:pidf:cipid"
entity="sip:t-jones at example.com">
<tuple id="0">
<status>
<basic>open</basic>
<es:activities>
<es:activity>on-the-phone</es:activity>
</es:activities>
</status>
<contact>sip:tom-pc at example.com</contact>
<ci:display-name>Tom Jones</ci:display-name>
</tuple>
<ci:display-name>Tom Jones</ci:display-name>
</presence>
Is this compliant with the XML schema that will be included in the next version?
Thanks a lot,
Orit.