SIMPLE H. Schulzrinne Internet-Draft Columbia U. Expires: September 18, 2004 March 20, 2004 Timed Presence Extensions to the Presence Information Data Format (PIDF) to Indicate Presence Information for Past and Future Time Intervals draft-ietf-simple-future-01 Status of this Memo By submitting this Internet-Draft, I certify that any applicable patent or other IPR claims of which I am aware have been disclosed, and any of which I become aware will be disclosed, in accordance with RFC 3667. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." The list of current Internet-Drafts can be accessed at http:// www.ietf.org/ietf/1id-abstracts.txt. The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. This Internet-Draft will expire on September 18, 2004. Copyright Notice Copyright (C) The Internet Society (2004). All Rights Reserved. Abstract The timed presence extension adds elements to the Presence Information Data Format (PIDF) that allow a presentity to declare their status for a time interval fully in the future or the past. Schulzrinne Expires September 18, 2004 [Page 1] Internet-Draft Timed Presence March 2004 Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 2. Timed-Status Element . . . . . . . . . . . . . . . . . . . . . 4 3. Example . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 4. Schema . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 7 5.1 URN Sub-Namespace Registration for 'urn:ietf:params:xml:ns:pidf:timed-status' . . . . . . . . . . 7 5.2 Schema Registration for Schema urn:ietf:params:xml:ns:pidf:timed-status' . . . . . . . . . . 7 6. Security Considerations . . . . . . . . . . . . . . . . . . . 9 Normative References . . . . . . . . . . . . . . . . . . . . . 10 Informative References . . . . . . . . . . . . . . . . . . . . 11 Author's Address . . . . . . . . . . . . . . . . . . . . . . . 11 A. Contributors . . . . . . . . . . . . . . . . . . . . . . . . . 12 B. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 13 Intellectual Property and Copyright Statements . . . . . . . . 14 Schulzrinne Expires September 18, 2004 [Page 2] Internet-Draft Timed Presence March 2004 1. Introduction Presence information, e.g., represented as PIDF [5] and RPID [3], describes the current state of the presentity. RPID also allows to indicate how long certain aspects of the status have been valid and how long they are expected to be valid, but the time range has to include the time when the presence information is published and delivered to the watcher. (This restriction is necessary to avoid backwards-compatibility problems with plain PIDF implementations.) In some cases, the watcher can better plan communications if it knows about the presentity's future plans. For example, if a watcher knows that the presentity is about to travel, it might place a phone call earlier. It is also occasionally useful to represent past information since it may be the only known presence information; it may give watchers an indication of the current status. For example, indicating that the presentity was at a meeting that ended an hour ago indicates that the presentity is likely in transit at the current time. Future or past status cannot be expressed with elements that use optional attributes or elements indicating such past or future time ranges. If they did, PIDF parsers would ignore those optional attributes or elements, and would not be able to distinguish current information from past or future information. This document defines the element that describes status information that is either no longer valid or covers some future timeperiod. Schulzrinne Expires September 18, 2004 [Page 3] Internet-Draft Timed Presence March 2004 2. Timed-Status Element The element can only appear within a PIDF element. More than one such element MAY appear within a element. Sources of information should avoid overlapping elements, but since overlapping appointments are common in calendars, for example, receivers MUST be able to render such overlapping indications. The element MUST be qualified with the 'from' attribute and MAY be qualified with an 'until' attribute to describe the time when the status assumed this value and the time until which is element is expected to be valid. The time range MUST NOT encompass the present time, as that would provide an unnecessary and confusing alternate mechanism to describe presence. The element may contain any PIDF status extension, such as RPID [3]. However, not all elements in PIDF extensions are sensible in this context. For example, information such as contact information [4] that does not change as a function of time is inappropriate for use with timed status. Note that this document chooses absolute rather than relative times, since relative times would be too hard to keep properly updated when spacing notifications, for example. Implementations SHOULD ascertain whether the time values in the elements are plausible, for example, by checking whether the time stamp in a notification protocol message corresponds to local time and by making sure that they are fully in the past or future, both relative to real time and the time contained in the optional PIDF element. Schulzrinne Expires September 18, 2004 [Page 4] Internet-Draft Timed Presence March 2004 3. Example An example combining PIDF and timed-status is shown in Fig. Figure 1. sip:someone@example.com open closed I'll be in Tokyo next week An Example of Timed Status Figure 1 Schulzrinne Expires September 18, 2004 [Page 5] Internet-Draft Timed Presence March 2004 4. Schema The schema is shown in Fig. Figure 2. Describes timed-status tuple extensions for PIDF. The Timed-Status Schema Figure 2 Schulzrinne Expires September 18, 2004 [Page 6] Internet-Draft Timed Presence March 2004 5. IANA Considerations This document calls for IANA to register a new XML namespace URN and schema per [2]. 5.1 URN Sub-Namespace Registration for 'urn:ietf:params:xml:ns:pidf:timed-status' URI: urn:ietf:params:xml:ns:pidf:timed-status Description: This is the XML namespace for XML elements defined by RFCXXXX to describe timed-status presence information extensions for the status element in the PIDF presence document format in the application/cpim-pidf+xml content type. Registrant Contact: IETF, SIMPLE working group, simple@ietf.org; Henning Schulzrinne, hgs@cs.columbia.edu XML: BEGIN Timed-Status Information in Presence Information Data Format

Namespace for timed-status presence extension

urn:ietf:params:xml:ns:pidf:timed-status

See RFCXXXX.

END 5.2 Schema Registration for Schema urn:ietf:params:xml:ns:pidf:timed-status' URI: please assign Schulzrinne Expires September 18, 2004 [Page 7] Internet-Draft Timed Presence March 2004 Registrant Contact: IESG XML: See Figure 2 Schulzrinne Expires September 18, 2004 [Page 8] Internet-Draft Timed Presence March 2004 6. Security Considerations The security issues are similar to those for RPID [3]. Schulzrinne Expires September 18, 2004 [Page 9] Internet-Draft Timed Presence March 2004 Normative References [1] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. [2] Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688, January 2004. Schulzrinne Expires September 18, 2004 [Page 10] Internet-Draft Timed Presence March 2004 Informative References [3] Schulzrinne, H., Gurbani, V., Kyzivat, P. and J. Rosenberg, "RPID: Rich Presence: Extensions to the Presence Information Data Format (PIDF)", draft-ietf-simple-rpid-02 (work in progress), March 2004. [4] Schulzrinne, H., "CIPID: Contact Information in Presence Information Data Format", draft-ietf-simple-cipid-00 (work in progress), February 2004. [5] Sugano, H. and S. Fujimoto, "Presence Information Data Format (PIDF)", draft-ietf-impp-cpim-pidf-08 (work in progress), May 2003. Author's Address Henning Schulzrinne Columbia University Department of Computer Science 450 Computer Science Building New York, NY 10027 US Phone: +1 212 939 7042 EMail: hgs+simple@cs.columbia.edu URI: http://www.cs.columbia.edu Schulzrinne Expires September 18, 2004 [Page 11] Internet-Draft Timed Presence March 2004 Appendix A. Contributors Jonathan Rosenberg dynamicsoft 600 Lanidex Plaza Parsippany, NJ 07054-2711 USA Email: jdrosen@dynamicsoft.com Schulzrinne Expires September 18, 2004 [Page 12] Internet-Draft Timed Presence March 2004 Appendix B. Acknowledgments This document is based on the discussions within the IETF SIMPLE working group. Vijay Gurbani, Paul Kyzivat, Jon Peterson and Jonathan Rosenberg provided helpful comments. Schulzrinne Expires September 18, 2004 [Page 13] Internet-Draft Timed Presence March 2004 Intellectual Property Statement 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 IETF's procedures with respect to rights in IETF Documents can be found in BCP 78 and BCP 79. 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 http://www.ietf.org/ipr. 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. Disclaimer of Validity 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. Copyright Statement Copyright (C) The Internet Society (2004). This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights. Acknowledgment Funding for the RFC Editor function is currently provided by the Internet Society. Schulzrinne Expires September 18, 2004 [Page 14]