Internet Printing Protocol/1.1: Encoding and Transport
draft-sweet-rfc2910bis-00
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Authors |
|
Michael Sweet
,
Ira McDonald
|
|
Last updated |
|
2015-04-25
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
pdf
htmlized (tools)
htmlized
bibtex
|
|
Reviews |
|
|
Stream |
Stream state |
|
(No stream defined) |
|
Consensus Boilerplate |
|
Unknown
|
|
RFC Editor Note |
|
(None)
|
IESG |
IESG state |
|
I-D Exists
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
IPP M. Sweet
Internet-Draft Apple Inc.
Obsoletes: 2910 (if approved) I. McDonald
Intended status: Standards Track High North, Inc.
Expires: October 27, 2015 April 25, 2015
Internet Printing Protocol/1.1: Encoding and Transport
draft-sweet-rfc2910bis-00
Abstract
This document is one of a set of documents, which together describe
all aspects of a new Internet Printing Protocol (IPP). IPP is an
application level protocol that can be used for distributed printing
using Internet tools and technologies. This document defines the
rules for encoding IPP operations and IPP attributes into a new
Internet mime media type called "application/ipp". This document
also defines the rules for transporting over HTTP a message body
whose Content-Type is "application/ipp". This document defines a new
scheme named 'ipp' for identifying IPP printers and jobs.
Editor's Note
This draft is being submitted in preparation for a so-called "fast
track" IETF IPP WG, with drafts being reviewed and edited by the
IEEE-ISTO's Printer Working Group IPP WG, in order to correct known
editorial issues and advance IPP/1.1 to IETF Internet Standard.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
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."
This Internet-Draft will expire on October 27, 2015.
Sweet & McDonald Expires October 27, 2015 [Page 1]
Internet-Draft IPP/1.1: Encoding and Transport April 2015
Copyright Notice
Copyright (c) 2015 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Conformance Terminology . . . . . . . . . . . . . . . . . . . 3
3. Encoding of the Operation Layer . . . . . . . . . . . . . . . 4
3.1. Picture of the Encoding . . . . . . . . . . . . . . . . . . 5
3.1.1. Request and Response . . . . . . . . . . . . . . . . . . 5
3.1.2. Attribute Group . . . . . . . . . . . . . . . . . . . . . 5
3.1.3. Attribute . . . . . . . . . . . . . . . . . . . . . . . . 6
3.1.4. Picture of the Encoding of an Attribute-with-one-value . 6
3.1.5. Additional-value . . . . . . . . . . . . . . . . . . . . 7
3.1.6. Alternative Picture of the Encoding of a Request Or a
Response . . . . . . . . . . . . . . . . . . . . . . . . 7
3.2. Syntax of Encoding . . . . . . . . . . . . . . . . . . . . 8
3.3. Attribute-group . . . . . . . . . . . . . . . . . . . . . . 10
3.4. Required Parameters . . . . . . . . . . . . . . . . . . . . 11
3.4.1. Version-number . . . . . . . . . . . . . . . . . . . . . 11
3.4.2. Operation-id . . . . . . . . . . . . . . . . . . . . . . 11
3.4.3. Status-code . . . . . . . . . . . . . . . . . . . . . . . 12
3.4.4. Request-id . . . . . . . . . . . . . . . . . . . . . . . 12
3.5. Tags . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
3.5.1. Delimiter Tags . . . . . . . . . . . . . . . . . . . . . 12
3.5.2. Value Tags . . . . . . . . . . . . . . . . . . . . . . . 14
3.6. Name-Length . . . . . . . . . . . . . . . . . . . . . . . . 17
3.7. (Attribute) Name . . . . . . . . . . . . . . . . . . . . . 17
3.8. Value Length . . . . . . . . . . . . . . . . . . . . . . . 17
3.9. (Attribute) Value . . . . . . . . . . . . . . . . . . . . . 18
3.10. Data . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
4. Encoding of Transport Layer . . . . . . . . . . . . . . . . . 19
4.1. Printer-uri and job-uri . . . . . . . . . . . . . . . . . . 20
5. IPP URL Scheme . . . . . . . . . . . . . . . . . . . . . . . 21
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 23
7. Internationalization Considerations . . . . . . . . . . . . . 24
Show full document text