![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Document: draft-ietf-sip-uri-list-message-02.txt Reviewer: Spencer Dawkins Review Date: 2007-11-28 IETF LC End Date: 2007-12-10 IESG Telechat date: (not known)
Comments:
Thanks,
Spencer
Abstract
This document specifies a mechanism that allows a SIP User Agent Client (UAC) to request a SIP URI-list (Uniform Resource Identifier list) service to send a SIP MESSAGE request to a set of destinations.
The client sends a SIP MESSAGE request that includes the payload along with the URI-list to the MESSAGE URI-list service, which sends a similar MESSAGE request to each of the URIs included in the list.
1. Introduction
RFC 3261 (SIP) [RFC3261] is extended by RFC 3428 [RFC3428] to carry
instant messages in MESSAGE requests. One of the aspects of MESSAGE requests according to RFC 3428 [RFC3428] is the lack of support for
sending the same request to multiple recipients and replying to all recipients of a SIP MESSAGE request. This memo addresses these functions.
A first requirement can be expressed as:
REQ-1: It MUST be possible for a user to send an instant message
request to an ad-hoc group, where the identities of the recipients
are carried in the message itself.One possibility to fulfill the above requirement is to establish a session of instant messages with an instant messaging conference
server. While this option seems to be reasonable in many cases, in other situations the sending user just wants to send a small page- mode instant message to an ad-hoc group without the burden of setting up a session. This document focuses on sending a page-mode instant message to a number of intended recipients.
A second requirement addresses the "Reply-to-All" functionality:
REQ-2: It MUST be possible for the recipient of a group instant
message to send a message to all other participants that received
the same group instant message (i.e., Reply-To-All).2. Terminology
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14, RFC 2119 [RFC2119] and indicate requirement levels for compliant implementations.
MESSAGE URI-list service: SIP application service that receives a
MESSAGE request with a URI-list and sends a similar MESSAGE
request to each URI in the list. In this context, similar
indicates that some SIP header fields can change, but the MESSAGE
URI-list service will not change the instant message payload.
MESSAGE URI-list services behave effectively as specialised B2BUAs (Back-To-Back-User-Agents). A server providing MESSAGE URI-list
services can also offer URI-list services for other methods,
although this functionality is outside the scope of this document.
In this document we only discuss MESSAGE URI-list services.3. Overview
A UAC creates a MESSAGE request that contains a multipart body including a list of URIs (intended recipients) and an instant message. The list of URIs is formatted according to the XML Formats
for Representing Resource List [RFC4826] and extended with the attributes defined in the XML Format Extension for Representing Copy Control Attributes in Resource Lists [I-D.ietf-sipping-capacity-attribute]. The UAC sends this MESSAGE request to the MESSAGE URI-list service. On reception of this incoming MESSAGE request, the MESSAGE URI-list service creates a MESSAGE request per intended recipient (listed in the URI-list) and copies the instant message payload to each of those MESSAGES. The MESSAGE URI-list service also manipulates the XML resource list according to the procedures indicated in the XML Format Extension for Representing Copy Control Attributes in Resource Lists [I-D.ietf-sipping-capacity-attribute], and attaches the result to each of the MESSAGE requests, along with the instant message payload. Then the MESSAGE URI-list service sends each of the created outgoing MESSAGE request to the respective receiver.
4. URI-List document
As described in the XML Format Extension for Representing Copy Control Attributes in Resource Lists [I-D.ietf-sipping-capacity-attribute], each URI can be tagged with a 'copyControl' attribute set to either "to", "cc", or "bcc", indicating the role in which the recipient will get the MESSAGE request. Additionally, URIs can be tagged with the 'anonymize' attribute to prevent that the MESSAGE URI-list server discloses the target URI in a URI-list.
Nevertheless, the XML Formats for Representing Resource Lists
Spencer (nit): I don't get "Nevertheless" here. Is it needed?
[RFC4826] document provides features, such as hierarchical lists and the ability to include entries by reference relative to the XCAP root URI, that are not needed by the MESSAGE URI-list service defined in this document, which only needs to transfer a flat list of URIs between a UA (User Agent) and the MESSAGE URI-list server.
6. Procedures at the User Agent Client
Typically, the MESSAGE URI-list service will copy all the significant header fields in the outgoing MESSAGE request. However, there might be cases where the SIP UA wants the MESSAGE URI-list service to add a particular header field with a particular value, even if the header field wasn't present in the MESSAGE request sent by the UAC. In this case, the UAC MAY use the "?" mechanism described in Section 19.1.1 of RFC 3261 [RFC3261] to encode extra information in any URI in the list. However, the UAC MUST NOT use the special "body" hname (see Section 19.1.1 of RFC 3261 [RFC3261]) to encode a body, since the body is present in the MESSAGE request itself.
The XML Format for Representing Resource Lists [RFC4826] document provides features, such as hierarchical lists and the ability to include entries by reference relative to the XCAP root URI. However, these features are not needed by the multiple MESSAGE URI-List service defined in this document.Therefore, when using the default resource list document, UAs SHOULD use flat lists (i.e., no hierarchical lists) and SHOULD NOT use <entry-ref> elements.
7.1. Determining the intended recipient
Section 4.1 of the Framework and Security Considerations for SIP URI-
List Services [I-D.ietf-sipping-uri-services] discusses cases when duplicated URIs are found in a URI-list. In order to avoid duplicated requests, MESSAGE URI-list services MUST take those actions specified in Framework and Security Considerations for SIP URI-List Services [I-D.ietf-sipping-uri-services] into account to avoid sending duplicated request to the same recipient.
7.2. Creating an outgoing MESSAGE request
Failing to copy the From header field of the sender would
prevent the recipient to get a hint of the sender's identity.
Note also that this requirement does not intend to contradict
requirements for additional services running on the same
physical node. Specifically, a privacy service (see RFC 3323
[RFC3323]) can be co-located with the MESSAGE URI-list service,
in which case, the privacy service has precedence over theMESSAGE URI-list service.
7.3. Composing bodies in the outgoing MESSAGE request
When creating the body of each of the outgoing MESSAGE requests, the MESSAGE URI-list service tries to keep the relevant bodies of the
incoming MESSAGE request and copies them to the outgoing MESSAGE request. The following guidelines are provided:
o If a MESSAGE URI-list service includes a URI-list in an outgoing
MESSAGE request, it SHOULD use S/MIME (RFC 3851) [RFC3851] to
encrypt the URI-list with the public key of the receiver._______________________________________________ Ietf mailing list Ietf at ietf.org https://www1.ietf.org/mailman/listinfo/ietf
Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.