The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>


    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="robots" content="index,follow">
    <meta name="creator" content="rfcmarkup version 1.80">
    <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
<meta name="DC.Identifier" content="urn:ietf:rfc:4482">
<meta name="DC.Description.Abstract" content="The Presence Information Data Format (PIDF) defines a basic XML format for presenting presence information for a presentity. The Contact Information for the Presence Information Data format (CIPID) is an extension that adds elements to PIDF that provide additional contact information about a presentity and its contacts, including references to address book entries and icons.">
<meta name="DC.Creator" content="H. Schulzrinne">
<meta name="DC.Date.Issued" content="July, 2006">
<meta name="DC.Title" content="CIPID: Contact Information for the Presence Information Data Format">

    <link rel="icon" href="http://tools.ietf.org/images/rfc.png" type="image/png">
    <link rel="shortcut icon" href="http://tools.ietf.org/images/rfc.png" type="image/png">
    <title>RFC 4482 - CIPID: Contact Information for the Presence Information Data Format</title>
    
    <style type="text/css">
	body {
	    margin: 0px 8px;
            font-size: 1em;
	}
        h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	    font-weight: bold;
            line-height: 0pt;
            display: inline;
            white-space: pre;
            font-family: monospace;
            font-size: 1em;
	    font-weight: bold;
        }
        pre {
            font-size: 1em;
            margin-top: 0px;
            margin-bottom: 0px;
        }
	.pre {
	    white-space: pre;
	    font-family: monospace;
	}
	.header{
	    font-weight: bold;
	}
        .newpage {
            page-break-before: always;
        }
        .invisible {
            text-decoration: none;
            color: white;
        }
        @media print {
            body {
                font-size: 10.5pt;
            }
            h1, h2, h3, h4, h5, h6 {
                font-size: 10.5pt;
            }
        
            a:link, a:visited {
                color: inherit;
                text-decoration: none;
            }
            .noprint {
                display: none;
            }
        }
	@media screen {
	    .grey, .grey a:link, .grey a:visited {
		color: #777;
	    }
            .docinfo {
                background-color: #EEE;
            }
            .top {
                border-top: 7px solid #EEE;
            }
            .bgwhite  { background-color: white; }
            .bgred    { background-color: #F44; }
            .bggrey   { background-color: #666; }
            .bgbrown  { background-color: #840; }            
            .bgorange { background-color: #FA0; }
            .bgyellow { background-color: #EE0; }
            .bgmagenta{ background-color: #F4F; }
            .bgblue   { background-color: #66F; }
            .bgcyan   { background-color: #4DD; }
            .bggreen  { background-color: #4F4; }

            .legend   { font-size: 90%; }
            .cplate   { font-size: 70%; border: solid grey 1px; }
	}
    </style>

    <script type="text/javascript"><!--
    function addHeaderTags() {
	var spans = document.getElementsByTagName("span");
	for (var i=0; i < spans.length; i++) {
	    var elem = spans[i];
	    if (elem) {
		var level = elem.getAttribute("class");
                if (level == "h1" || level == "h2" || level == "h3" || level == "h4" || level == "h5" || level == "h6") {
                    elem.innerHTML = "<"+level+">"+elem.innerHTML+"</"+level+">";		
                }
	    }
	}
    }
    var legend_html = "Colour legend:<br />      <table>         <tr><td>Unknown:</td>          <td><span class='cplate bgwhite'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>         <tr><td>Draft:</td>            <td><span class='cplate bgred'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>         <tr><td>Informational:</td>    <td><span class='cplate bgorange'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>         <tr><td>Experimental:</td>     <td><span class='cplate bgyellow'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>         <tr><td>Best Common Practice:</td><td><span class='cplate bgmagenta'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>         <tr><td>Proposed Standard:</td><td><span class='cplate bgblue'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>         <tr><td>Draft Standard:</td>   <td><span class='cplate bgcyan'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>         <tr><td>Standard:</td>         <td><span class='cplate bggreen'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>         <tr><td>Historic:</td>         <td><span class='cplate bggrey'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>         <tr><td>Obsolete:</td>         <td><span class='cplate bgbrown'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>     </table>";
    function showElem(id) {
        var elem = document.getElementById(id);
        elem.innerHTML = eval(id+"_html");
        elem.style.visibility='visible';
    }
    function hideElem(id) {
        var elem = document.getElementById(id);
        elem.style.visibility='hidden';        
        elem.innerHTML = "";
    }
    // -->
    </script>
</head><body onload="addHeaderTags()">
   <div style="height: 13px;">
      <div onmouseover="this.style.cursor='pointer';" onclick="showElem('legend');" onmouseout="hideElem('legend')" style="height: 6px; position: absolute; cursor: pointer;" class="pre noprint docinfo bgblue" title="Click for colour legend.">                                                                        </div>
      <div id="legend" class="docinfo noprint pre legend" style="border: 1px solid rgb(51, 68, 85); padding: 4px 9px 5px 7px; position: absolute; top: 4px; left: 4ex; visibility: hidden; background-color: white;" onmouseover="showElem('legend');" onmouseout="hideElem('legend');"></div>
   </div>
<span class="pre noprint docinfo top">[<a href="http://tools.ietf.org/html/" title="Document search and retrieval page">Docs</a>] [<a href="http://tools.ietf.org/rfc/rfc4482.txt" title="Plaintext version of this document">txt</a>] [<a href="http://tools.ietf.org/pdf/rfc4482" title="PDF version of this document">pdf</a>] [<a href="http://tools.ietf.org/html/draft-ietf-simple-cipid" title="draft-ietf-simple-cipid">draft-ietf-simple-cipid</a>] [<a href="http://tools.ietf.org/rfcdiff?difftype=--hwdiff&amp;url2=rfc4482" title="Inline diff (wdiff)">Diff1</a>] [<a href="http://tools.ietf.org/rfcdiff?url2=rfc4482" title="Side-by-side diff">Diff2</a>]            </span><br>
<span class="pre noprint docinfo">                                                                        </span><br>
<span class="pre noprint docinfo">                                                       PROPOSED STANDARD</span><br>
<span class="pre noprint docinfo">                                                                        </span><br>
<pre>Network Working Group                                     H. Schulzrinne
Request for Comments: 4482                                   Columbia U.
Category: Standards Track                                      July 2006


  <span class="h1"><h1>CIPID: Contact Information for the Presence Information Data Format</h1></span>

Status of This Memo

   This document specifies an Internet standards track protocol for the
   Internet community, and requests discussion and suggestions for
   improvements.  Please refer to the current edition of the "Internet
   Official Protocol Standards" (STD 1) for the standardization state
   and status of this protocol.  Distribution of this memo is unlimited.

Copyright Notice

   Copyright (C) The Internet Society (2006).

Abstract

   The Presence Information Data Format (PIDF) defines a basic XML
   format for presenting presence information for a presentity.  The
   Contact Information for the Presence Information Data format (CIPID)
   is an extension that adds elements to PIDF that provide additional
   contact information about a presentity and its contacts, including
   references to address book entries and icons.
























<span class="grey">Schulzrinne                 Standards Track                     [Page 1]</span>
</pre><pre class="newpage"><a name="page-2" id="page-2" href="#page-2" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


Table of Contents

   <a href="#section-1">1</a>. Introduction ....................................................<a href="#page-2">2</a>
   <a href="#section-2">2</a>. Terminology and Conventions .....................................<a href="#page-3">3</a>
   <a href="#section-3">3</a>. CIPID Elements ..................................................<a href="#page-3">3</a>
      <a href="#section-3.1">3.1</a>. Card Element ...............................................<a href="#page-3">3</a>
      <a href="#section-3.2">3.2</a>. Display-Name Element .......................................<a href="#page-3">3</a>
      <a href="#section-3.3">3.3</a>. Homepage Element ...........................................<a href="#page-3">3</a>
      <a href="#section-3.4">3.4</a>. Icon Element ...............................................<a href="#page-4">4</a>
      <a href="#section-3.5">3.5</a>. Map Element ................................................<a href="#page-4">4</a>
      <a href="#section-3.6">3.6</a>. Sound Element ..............................................<a href="#page-4">4</a>
   <a href="#section-4">4</a>. Example .........................................................<a href="#page-4">4</a>
   <a href="#section-5">5</a>. The XML Schema Definition .......................................<a href="#page-6">6</a>
   <a href="#section-6">6</a>. IANA Considerations .............................................<a href="#page-7">7</a>
      <a href="#section-6.1">6.1</a>. URN Sub-Namespace Registration for .........................<a href="#page-7">7</a>
           'urn:ietf:params:xml:ns:pidf:cipid'
      6.2. Schema Registration for Schema
           'urn:ietf:params:xml:ns:pidf:cipid' ........................<a href="#page-7">7</a>
   <a href="#section-7">7</a>. Internationalization Considerations .............................<a href="#page-8">8</a>
   <a href="#section-8">8</a>. Security Considerations .........................................<a href="#page-8">8</a>
   <a href="#section-9">9</a>. References ......................................................<a href="#page-9">9</a>
      <a href="#section-9.1">9.1</a>. Normative References .......................................<a href="#page-9">9</a>
      <a href="#section-9.2">9.2</a>. Informative References ....................................<a href="#page-10">10</a>

<span class="h2"><h2><a name="section-1">1</a>.  Introduction</h2></span>

   Presence information facilitates communication; its usefulness can be
   enhanced by providing basic information about a presentity or
   contact.  This specification describes a basic set of information
   elements that allow a watcher to retrieve additional information
   about a presentity or contact.

   This specification defines extensions to the PIDF [<a href="#ref-9" title="&quot;Presence Information Data Format (PIDF)&quot;">9</a>] Extensible
   Markup Language [<a href="#ref-7" title="&quot;XML Schema Part 1: Structures Second Edition&quot;">7</a>][8][<a href="#ref-10" title="&quot;Extensible Markup Language (XML) 1.0 (Third Edition)&quot;">10</a>] (XML) document format.

   We describe elements for providing a "business card", references to
   the homepage, map, representative sound, display name, and an icon.
   This additional presence information can be used in PIDF [<a href="#ref-9" title="&quot;Presence Information Data Format (PIDF)&quot;">9</a>]
   documents, together with Rich Presence Information Data format [<a href="#ref-11" title="&quot;RPID: Rich Presence Extensions to the Presence Information Data Format (PIDF)&quot;">11</a>]
   (RPID), future-status [<a href="#ref-12" title="&quot;Timed Presence Extensions to the Presence Information Data Format (PIDF) to Indicate Status Information for Past and Future Time Intervals&quot;">12</a>], and other PIDF extensions.

   All elements extend the &lt;person&gt; or, less commonly, &lt;tuple&gt; element
   in the presence data model [<a href="#ref-13" title="&quot;A Data Model for Presence&quot;">13</a>].  The &lt;tuple&gt; element is only
   extended with Contact Information for the Presence Information Data
   format (CIPID) elements if the information describes a service
   referring to another person that is marked by an RPID &lt;relationship&gt;
   element with a value other than 'self'.  All elements described in
   this document are optional.



<span class="grey">Schulzrinne                 Standards Track                     [Page 2]</span>
</pre><pre class="newpage"><a name="page-3" id="page-3" href="#page-3" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


   RPID and CIPID both provide "rich" presence that goes beyond the
   basic 'open' and 'closed' status information in PIDF.  The presence
   information described in these two documents can be supplied
   independently, although in practice, both will often appear in the
   same PIDF document.  CIPID elements describe the more static aspects
   of somebody's presence information, while RPID focuses on elements
   that will likely change throughout the day.  Thus, CIPID information
   can often be statically configured by the user through the graphical
   user interface of a presence client; this is less likely to be
   sufficient for RPID.

   The namespace URI for these elements defined by this specification is
   a URN [<a href="#ref-2" title="&quot;URN Syntax&quot;">2</a>], using the namespace identifier 'ietf' defined by [<a href="#ref-4" title="&quot;A URN Namespace for IETF Documents&quot;">4</a>] and
   extended by [<a href="#ref-6" title="&quot;The IETF XML Registry&quot;">6</a>]:

      urn:ietf:params:xml:ns:pidf:cipid

<span class="h2"><h2><a name="section-2">2</a>.  Terminology and Conventions</h2></span>

   The key words MUST, MUST NOT, REQUIRED, SHOULD, SHOULD NOT,
   RECOMMENDED, MAY, and OPTIONAL in this document are to be interpreted
   as described in <a href="http://tools.ietf.org/html/bcp14">BCP 14</a>, <a href="http://tools.ietf.org/html/rfc2119">RFC 2119</a> [<a href="#ref-1" title="&quot;Key words for use in RFCs to Indicate Requirement Levels&quot;">1</a>].

<span class="h2"><h2><a name="section-3">3</a>.  CIPID Elements</h2></span>

   Unless otherwise noted below, each element may only appear at most
   once.

<span class="h3"><h3><a name="section-3.1">3.1</a>.  Card Element</h3></span>

   The &lt;card&gt; element includes a URI pointing to a business card, e.g.,
   in LDAP Data Interchange Format [<a href="#ref-15" title="&quot;The LDAP Data Interchange Format (LDIF) - Technical Specification&quot;">15</a>] (LDIF) or vCard [<a href="#ref-14" title="&quot;vCard MIME Directory Profile&quot;">14</a>] format.

<span class="h3"><h3><a name="section-3.2">3.2</a>.  Display-Name Element</h3></span>

   The &lt;display-name&gt; element includes the name identifying the tuple or
   person that the presentity suggests should be shown by the watcher
   user interface.  It is left to the watcher user interface design to
   choose whether to heed this suggestion or to use some other suitable
   string.  The CIPID information MAY contain multiple display names,
   but only if they are labeled with different 'xml:lang' attributes.
   This allows a Korean-speaking presentity to convey its display name
   in different languages, Latin and Hangul, for example.

<span class="h3"><h3><a name="section-3.3">3.3</a>.  Homepage Element</h3></span>

   The &lt;homepage&gt; element provides a URI pointing to general information
   about the tuple or person, typically a web home page.



<span class="grey">Schulzrinne                 Standards Track                     [Page 3]</span>
</pre><pre class="newpage"><a name="page-4" id="page-4" href="#page-4" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


<span class="h3"><h3><a name="section-3.4">3.4</a>.  Icon Element</h3></span>

   The &lt;icon&gt; element provides a URI pointing to an image (icon)
   representing the tuple or person.  The watcher can use this
   information to represent the tuple or person in a graphical user
   interface.  Presentities SHOULD provide images of sizes and aspect
   ratios that are appropriate for rendering as an icon.  Support for
   JPEG, PNG, and GIF formats is REQUIRED.

<span class="h3"><h3><a name="section-3.5">3.5</a>.  Map Element</h3></span>

   The &lt;map&gt; element provides a URI pointing to a map related to the
   tuple or person.  The watcher can use this information to represent
   the tuple or person in a graphical user interface.  The map may be
   either an image, an HTML client-side image map, or a geographical
   information system (GIS) document, e.g., encoded as GML.  Support for
   images formatted as PNG and GIF is REQUIRED.

<span class="h3"><h3><a name="section-3.6">3.6</a>.  Sound Element</h3></span>

   The &lt;sound&gt; element provides a URI pointing to a sound related to the
   tuple or person.  The watcher MAY use the sound object, such as a
   MIDI or MP3 file, referenced by the URL to inform the watcher that
   the presentity has assumed the status OPEN.  Implementors are advised
   to create user interfaces that provide the watcher with the
   opportunity to choose whether to play such sounds.  Support for
   sounds coded as MPEG-2 Layer 3 (MP3) is RECOMMENDED.  The sound
   object might also be used to indicate how to pronounce the
   presentity's name.

<span class="h2"><h2><a name="section-4">4</a>.  Example</h2></span>

   An example using CIPID only is shown below:

   &lt;?xml version="1.0" encoding="UTF-8"?&gt;
   &lt;presence xmlns="urn:ietf:params:xml:ns:pidf"
        xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model"
        xmlns:c="urn:ietf:params:xml:ns:pidf:cipid"
        entity="pres:someone@example.com"&gt;

     &lt;tuple id="bs35r9"&gt;
       &lt;status&gt;
         &lt;basic&gt;open&lt;/basic&gt;
       &lt;/status&gt;
       &lt;contact priority="0.8"&gt;im:alice@example.net&lt;/contact&gt;
       &lt;timestamp&gt;2005-11-21T16:14:29Z&lt;/timestamp&gt;
     &lt;/tuple&gt;




<span class="grey">Schulzrinne                 Standards Track                     [Page 4]</span>
</pre><pre class="newpage"><a name="page-5" id="page-5" href="#page-5" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


     &lt;dm:person id="p1"&gt;
       &lt;c:card&gt;http://example.com/~alice/card.vcd&lt;/c:card&gt;
       &lt;c:display-name&gt;Alice Lewis&lt;/c:card&gt;
       &lt;c:homepage&gt;http://example.com/~alice&lt;/c:homepage&gt;
       &lt;c:icon&gt;http://example.com/~alice/me.png&lt;/c:icon&gt;
       &lt;c:map&gt;http://example.com/~alice/gml-map.xml&lt;/c:map&gt;
       &lt;c:sound&gt;http://example.com/~alice/hello.wav&lt;/c:sound&gt;
       &lt;dm:timestamp&gt;2005-11-21T09:00:00+05:00&lt;/dm:timestamp&gt;
     &lt;/dm:person&gt;
   &lt;/presence&gt;

   An example combining RPID and CIPID is shown below:

   &lt;?xml version="1.0" encoding="UTF-8"?&gt;
   &lt;presence xmlns="urn:ietf:params:xml:ns:pidf"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model"
   xmlns:c="urn:ietf:params:xml:ns:pidf:cipid"
   xmlns:r="urn:ietf:params:xml:ns:pidf:rpid"
   xsi:schemaLocation="urn:ietf:params:xml:ns:pidf pidf.xsd
   urn:ietf:params:xml:ns:pidf:data-model data-model.xsd
   urn:ietf:params:xml:ns:pidf:cipid cipid.xsd
   urn:ietf:params:xml:ns:pidf:rpid rpid.xsd"
   entity="pres:someone@example.com"&gt;

     &lt;tuple id="bs35r9"&gt;
       &lt;status&gt;
         &lt;basic&gt;open&lt;/basic&gt;
       &lt;/status&gt;
       &lt;contact priority="0.8"&gt;im:someone@mobile.example.net&lt;/contact&gt;
       &lt;timestamp&gt;2005-05-30T22:00:29Z&lt;/timestamp&gt;
     &lt;/tuple&gt;

     &lt;tuple id="bs78"&gt;
       &lt;status&gt;
          &lt;basic&gt;closed&lt;/basic&gt;
       &lt;/status&gt;
       &lt;r:relationship&gt;&lt;r:assistant/&gt;&lt;/r:relationship&gt;
       &lt;c:card&gt;http://example.com/~assistant/card.vcd&lt;/c:card&gt;
       &lt;c:homepage&gt;http://example.com/~assistant&lt;/c:homepage&gt;
       &lt;contact priority="0.1"&gt;im:assistant@example.com&lt;/contact&gt;
       &lt;timestamp&gt;2005-05-30T22:00:29Z&lt;/timestamp&gt;
     &lt;/tuple&gt;

     &lt;dm:person id="p1"&gt;
       &lt;c:card&gt;http://example.com/~someone/card.vcd&lt;/c:card&gt;
       &lt;c:homepage&gt;http://example.com/~someone&lt;/c:homepage&gt;
       &lt;c:icon&gt;http://example.com/~someone/icon.gif&lt;/c:icon&gt;



<span class="grey">Schulzrinne                 Standards Track                     [Page 5]</span>
</pre><pre class="newpage"><a name="page-6" id="page-6" href="#page-6" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


       &lt;c:map&gt;http://example.com/~someone/gml-map.xml&lt;/c:map&gt;
       &lt;c:sound&gt;http://example.com/~someone/whoosh.wav&lt;/c:sound&gt;
       &lt;dm:timestamp&gt;2005-05-30T22:02:44+05:00&lt;/dm:timestamp&gt;
     &lt;/dm:person&gt;
   &lt;/presence&gt;

<span class="h2"><h2><a name="section-5">5</a>.  The XML Schema Definition</h2></span>

   The schema is shown below.

   &lt;?xml version="1.0" encoding="UTF-8"?&gt;
   &lt;xs:schema targetNamespace="urn:ietf:params:xml:ns:pidf:cipid"
       xmlns:cipid="urn:ietf:params:xml:ns:pidf:cipid"
       xmlns:xs="http://www.w3.org/2001/XMLSchema"
       elementFormDefault="qualified"
       attributeFormDefault="unqualified"&gt;

     &lt;xs:annotation&gt;
       &lt;xs:documentation&gt;
         Describes CIPID tuple extensions for PIDF.
       &lt;/xs:documentation&gt;
     &lt;/xs:annotation&gt;

     &lt;xs:element name="card" type="xs:anyURI"/&gt;
     &lt;xs:element name="display-name" type="xs:string"/&gt;
     &lt;xs:element name="homepage" type="xs:anyURI"/&gt;
     &lt;xs:element name="icon" type="xs:anyURI"/&gt;
     &lt;xs:element name="map" type="xs:anyURI"/&gt;
     &lt;xs:element name="sound" type="xs:anyURI"/&gt;
   &lt;/xs:schema&gt;

                          Figure 1: CIPID schema



















<span class="grey">Schulzrinne                 Standards Track                     [Page 6]</span>
</pre><pre class="newpage"><a name="page-7" id="page-7" href="#page-7" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


<span class="h2"><h2><a name="section-6">6</a>.  IANA Considerations</h2></span>

   This document calls for IANA to register a new XML namespace URN and
   schema per [<a href="#ref-6" title="&quot;The IETF XML Registry&quot;">6</a>].

<span class="h3"><h3><a name="section-6.1">6.1</a>.  URN Sub-Namespace Registration for</h3></span>
      'urn:ietf:params:xml:ns:pidf:cipid'

   URI:  urn:ietf:params:xml:ns:pidf:cipid
   Description:  This is the XML namespace for XML elements defined by
      <a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a> to describe contact information presence information
      extensions for the status element in the PIDF presence document
      format in the application/pidf+xml content type.
   Registrant Contact:  IETF, SIMPLE working group, simple@ietf.org;
      Henning Schulzrinne, hgs@cs.columbia.edu
   XML:

    BEGIN
    &lt;?xml version="1.0"?&gt;
    &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
    "<a href="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd</a>"&gt;
    &lt;html xmlns="http://www.w3.org/1999/xhtml
    &lt;head&gt;
       &lt;meta http-equiv="content-type"
       content="text/html;charset=iso-8859-1"/&gt;
       &lt;title&gt;CIPID: Contact Information for the Presence Information
         Data Format&lt;/title&gt;
    &lt;/head&gt;
    &lt;body&gt;
      &lt;h1&gt;Namespace for contact information presence extension
          (status)&lt;/h1&gt;
      &lt;h2&gt;urn:ietf:params:xml:ns:pidf:cipid&lt;/h2&gt;
      &lt;p&gt;See &lt;a href="http://www.rfc-editor.org/rfc/rfc4482.txt"&gt;
          <a href="http://tools.ietf.org/html/rfc4482">RFC4482</a>&lt;/a&gt;.&lt;/p&gt;
    &lt;/body&gt;
    &lt;/html&gt;
    END

<span class="h3"><h3><a name="section-6.2">6.2</a>.  Schema Registration for Schema 'urn:ietf:params:xml:ns:pidf:cipid'</h3></span>

   URI:  urn:ietf:params:xml:ns:pidf:cipid
   Registrant Contact:  IESG
   XML:  See Figure 1








<span class="grey">Schulzrinne                 Standards Track                     [Page 7]</span>
</pre><pre class="newpage"><a name="page-8" id="page-8" href="#page-8" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


<span class="h2"><h2><a name="section-7">7</a>.  Internationalization Considerations</h2></span>

   CIPID delivers only URLs, except for the &lt;display-name&gt; element.  The
   resolution of the URLs can negotiate appropriate language and
   character sets within the URL-designated protocol.

   For the display name and to handle Internationalized Resource
   Identifiers (IRIs) [<a href="#ref-16" title="&quot;Internationalized Resource Identifiers (IRIs)&quot;">16</a>], since CIPID is represented in XML, it
   provides native support for encoding information using the Unicode
   character set and its more compact representations including UTF-8.
   Conformant XML processors recognize both UTF-8 and UTF-16.  Though
   XML includes provisions to identify and use other character encodings
   through use of an "encoding" attribute in an &lt;?xml?&gt; declaration, use
   of UTF-8 is RECOMMENDED in environments where parser encoding support
   incompatibility exists.

   The XML 'xml:lang' attribute can be used to identify the language and
   script for the &lt;display-name&gt; element.  The specification allows
   multiple occurrences of this element so that the presentity can
   convey display names in multiple scripts and languages.  If no 'xml:
   lang' attribute is provided, the default value is "i-default" [<a href="#ref-3" title="&quot;IETF Policy on Character Sets and Languages&quot;">3</a>].

<span class="h2"><h2><a name="section-8">8</a>.  Security Considerations</h2></span>

   The security issues are similar to those for RPID [<a href="#ref-11" title="&quot;RPID: Rich Presence Extensions to the Presence Information Data Format (PIDF)&quot;">11</a>].  Watchers
   need to restrict which content types of content pointed to by &lt;icon&gt;,
   &lt;homepage&gt;, &lt;map&gt;, &lt;sound&gt;, and &lt;vcard&gt; elements they render.

   Also, when a watcher accesses these URIs, the presentity may deduce
   that the watcher is currently using the presence application.  Thus,
   a presence application concerned about leaking this information may
   want to cache these objects for later use.  (A presentity could
   easily customize the URLs for each watcher, so that it can tell who
   is referencing the objects.)  This caching behavior may cause the
   information to become stale, out-of-sync with the current data until
   the cache is refreshed.  Fortunately, the elements in CIPID are
   expected to retain the same content for periods measured in days, so
   that privacy-conscious applications may well decide to perform
   caching over durations that reveal little current activity
   information.  Presentities need to keep in mind that clients may
   cache the content referenced by URIs for long periods as they use
   their presence system to construct presence documents using this
   extension.  If the referenced content needs to change frequently, the
   presentity could, for example, update the presence document with a
   new URI to encourage clients to notice.






<span class="grey">Schulzrinne                 Standards Track                     [Page 8]</span>
</pre><pre class="newpage"><a name="page-9" id="page-9" href="#page-9" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


   Icons and other URIs in this document could be used as a covert
   channel to convey messages to the watcher, outside the content
   monitoring that might be in place for instant messages or other
   communications channels.  Thus, entities that worry about such
   channels may want to prohibit the usage of URLs pointing to resources
   outside their domain, for example.

   Implementors must take care to adhere to the mechanisms for verifying
   the identity in the referenced server's certificate against the URI.
   For instance, if the URI scheme is https, the requirements of <a href="http://tools.ietf.org/html/rfc2818">RFC</a>
   <a href="http://tools.ietf.org/html/rfc2818">2818</a> [<a href="#ref-5" title="&quot;HTTP Over TLS&quot;">5</a>], <a href="#section-3.1">section 3.1</a>, must be met.  In particular, the domain
   represented in the URI must match the subjectAltName in the
   certificate presented by the referenced server.  If this identity
   check fails, the referenced content SHOULD NOT be retrieved and MUST
   NOT be used.

<span class="h2"><h2><a name="section-9">9</a>.  References</h2></span>

<span class="h3"><h3><a name="section-9.1">9.1</a>.  Normative References</h3></span>

   [<a name="ref-1" id="ref-1">1</a>]  Bradner, S., "Key words for use in RFCs to Indicate Requirement
        Levels", <a href="http://tools.ietf.org/html/bcp14">BCP 14</a>, <a href="http://tools.ietf.org/html/rfc2119">RFC 2119</a>, March 1997.

   [<a name="ref-2" id="ref-2">2</a>]  Moats, R., "URN Syntax", <a href="http://tools.ietf.org/html/rfc2141">RFC 2141</a>, May 1997.

   [<a name="ref-3" id="ref-3">3</a>]  Alvestrand, H., "IETF Policy on Character Sets and Languages",
        <a href="http://tools.ietf.org/html/bcp18">BCP 18</a>, <a href="http://tools.ietf.org/html/rfc2277">RFC 2277</a>, January 1998.

   [<a name="ref-4" id="ref-4">4</a>]  Moats, R., "A URN Namespace for IETF Documents", <a href="http://tools.ietf.org/html/rfc2648">RFC 2648</a>,
        August 1999.

   [<a name="ref-5" id="ref-5">5</a>]  Rescorla, E., "HTTP Over TLS", <a href="http://tools.ietf.org/html/rfc2818">RFC 2818</a>, May 2000.

   [<a name="ref-6" id="ref-6">6</a>]  Mealling, M., "The IETF XML Registry", <a href="http://tools.ietf.org/html/bcp81">BCP 81</a>, <a href="http://tools.ietf.org/html/rfc3688">RFC 3688</a>, January
        2004.

   [<a name="ref-7" id="ref-7">7</a>]  Maloney, M., Beech, D., Thompson, H., and N. Mendelsohn, "XML
        Schema Part 1: Structures Second Edition", W3C REC REC-
        xmlschema-1-20041028, October 2004.

   [<a name="ref-8" id="ref-8">8</a>]  Malhotra, A. and P. Biron, "XML Schema Part 2: Datatypes Second
        Edition", W3C REC REC-xmlschema-2-20041028, October 2004.

   [<a name="ref-9" id="ref-9">9</a>]  Sugano, H., Fujimoto, S., Klyne, G., Bateman, A., Carr, W., and
        J. Peterson, "Presence Information Data Format (PIDF)", <a href="http://tools.ietf.org/html/rfc3863">RFC</a>
        <a href="http://tools.ietf.org/html/rfc3863">3863</a>, August 2004.





<span class="grey">Schulzrinne                 Standards Track                     [Page 9]</span>
</pre><pre class="newpage"><a name="page-10" id="page-10" href="#page-10" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


   [<a name="ref-10" id="ref-10">10</a>] Yergeau, F., Paoli, J., Sperberg-McQueen, C., Bray, T., and E.
        Maler, "Extensible Markup Language (XML) 1.0 (Third Edition)",
        W3C REC REC-xml-20040204, February 2004.

<span class="h3"><h3><a name="section-9.2">9.2</a>.  Informative References</h3></span>

   [<a name="ref-11" id="ref-11">11</a>] Schulzrinne, H., Gurbani, V., Kyzivat, P., and J. Rosenberg,
        "RPID: Rich Presence Extensions to the Presence Information Data
        Format (PIDF)", <a href="http://tools.ietf.org/html/rfc4480">RFC 4480</a>, July 2006.

   [<a name="ref-12" id="ref-12">12</a>] Schulzrinne, H., "Timed Presence Extensions to the Presence
        Information Data Format (PIDF) to Indicate Status Information
        for Past and Future Time Intervals", <a href="http://tools.ietf.org/html/rfc4481">RFC 4481</a>, July 2006.

   [<a name="ref-13" id="ref-13">13</a>] Rosenberg, J., "A Data Model for Presence", <a href="http://tools.ietf.org/html/rfc4479">RFC 4479</a>, July 2006.

   [<a name="ref-14" id="ref-14">14</a>] Dawson, F. and T. Howes, "vCard MIME Directory Profile", <a href="http://tools.ietf.org/html/rfc2426">RFC</a>
        <a href="http://tools.ietf.org/html/rfc2426">2426</a>, September 1998.

   [<a name="ref-15" id="ref-15">15</a>] Good, G., "The LDAP Data Interchange Format (LDIF) - Technical
        Specification", <a href="http://tools.ietf.org/html/rfc2849">RFC 2849</a>, June 2000.

   [<a name="ref-16" id="ref-16">16</a>] Duerst, M. and M. Suignard, "Internationalized Resource
        Identifiers (IRIs)", <a href="http://tools.ietf.org/html/rfc3987">RFC 3987</a>, January 2005.

Acknowledgements

   This document is based on discussions within the IETF SIMPLE working
   group.  Spencer Dawkins, Vijay Gurbani, Avshalom Houri, Hisham
   Khartabil, Paul Kyzivat, Eva Leppanen, Mikko Lonnfors, Aki Niemi, Jon
   Peterson, Jonathan Rosenberg, and Robert Sparks provided helpful
   comments.

Author's Address

   Henning Schulzrinne
   Columbia University
   Department of Computer Science
   450 Computer Science Building
   New York, NY  10027
   US

   Phone: +1 212 939 7004
   EMail: hgs+simple@cs.columbia.edu
   URI:   <a href="http://www.cs.columbia.edu/">http://www.cs.columbia.edu</a>






<span class="grey">Schulzrinne                 Standards Track                    [Page 10]</span>
</pre><pre class="newpage"><a name="page-11" id="page-11" href="#page-11" class="invisible"> </a>
<span class="grey"><a href="http://tools.ietf.org/html/rfc4482">RFC 4482</a>                         CIPID                         July 2006</span>


Full Copyright Statement

   Copyright (C) The Internet Society (2006).

   This document is subject to the rights, licenses and restrictions
   contained in <a href="http://tools.ietf.org/html/bcp78">BCP 78</a>, and except as set forth therein, the authors
   retain all their rights.

   This document and the information contained herein are provided on an
   "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
   OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
   ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
   INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
   INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
   WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

Intellectual Property

   The IETF takes no position regarding the validity or scope of any
   Intellectual Property Rights or other rights that might be claimed to
   pertain to the implementation or use of the technology described in
   this document or the extent to which any license under such rights
   might or might not be available; nor does it represent that it has
   made any independent effort to identify any such rights.  Information
   on the procedures with respect to rights in RFC documents can be
   found in <a href="http://tools.ietf.org/html/bcp78">BCP 78</a> and <a href="http://tools.ietf.org/html/bcp79">BCP 79</a>.

   Copies of IPR disclosures made to the IETF Secretariat and any
   assurances of licenses to be made available, or the result of an
   attempt made to obtain a general license or permission for the use of
   such proprietary rights by implementers or users of this
   specification can be obtained from the IETF on-line IPR repository at
   <a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>.

   The IETF invites any interested party to bring to its attention any
   copyrights, patents or patent applications, or other proprietary
   rights that may cover technology that may be required to implement
   this standard.  Please address the information to the IETF at
   ietf-ipr@ietf.org.

Acknowledgement

   Funding for the RFC Editor function is provided by the IETF
   Administrative Support Activity (IASA).







Schulzrinne                 Standards Track                    [Page 11]
</pre><pre class="newpage">
</pre><br>
<span class="noprint"><small><small>Html markup produced by rfcmarkup 1.80, available from
<a href="http://tools.ietf.org/tools/rfcmarkup/">http://tools.ietf.org/tools/rfcmarkup/</a>
</small></small></span>
</body></html>