Wiki » History » Version 1
Tijmen de Mes, 05/01/2012 03:18 PM
1 | 1 | Tijmen de Mes | A series of related instant messages between two or more parties can be |
---|---|---|---|
2 | viewed as part of a "message session", that is, a conversational exchange of |
||
3 | messages with a definite beginning and end. This is in contrast to |
||
4 | individual messages each sent independently. Messaging schemes that track |
||
5 | only individual messages can be described as "page-mode" messaging, whereas |
||
6 | messaging that is part of a "session" with a definite start and end is |
||
7 | called "session-mode" messaging. |
||
8 | |||
9 | Page-mode messaging is enabled in SIP via the SIP MESSAGE method, as defined |
||
10 | in RFC 3428. Session-mode messaging has a number of benefits over page-mode |
||
11 | messaging, however, such as explicit rendezvous, tighter integration with |
||
12 | other media-types, direct client-to-client operation, and brokered privacy |
||
13 | and security. |
||
14 | |||
15 | Message Session Relay Protocol (MSRP) is a protocol for transmitting a |
||
16 | series of related instant messages in the context of a session. Message |
||
17 | sessions are treated like any other media stream when set up via a |
||
18 | rendezvous or session creation protocol such as the Session Initiation |
||
19 | Protocol (SIP). |
||
20 | |||
21 | MSRP sessions are defined in RFC 4975. The relay extension that can be used |
||
22 | for NAT traversal purposes is defined in RFC 4976. |