|
List Info
Thread: MSRP Session, Transaction
|
|
| MSRP Session, Transaction |

|
2006-02-17 12:54:32 |
|
Dear All,
I am a novice to MSRP and have the following doubts after my first reading. I would appreciate your help in clarifying the same.
1) MSRP session a) How is an MSRP Session identified? Section
5.4, para 6(pg. 13) and section 7.3 seam to indicate that URL in To-Path will have a 1-1 mapping with a session. b) My understanding is that any MRSP Request/Response should be associated to a session. It is not very clear why "session-id" is optional (section 9).
2) MSRP transaction a) How is an MSRP Transaction defined? b) Are there any recommended state machine and timers(Apart from the 30s timer mentioned in section 7.1.1, last para) for MSRP transaction?
3) Responding to MSRP SEND request I have tried to summarize my understanding in table below. Please let me know if it is correct. (for the sake of simplicity, I have not considered chunking) +--------------+--------------+----------+-------------+-----------+
|Failure-Report|Success-Report|Processing|Send Response|Send Report| +--------------+--------------+----------+-------------+-----------+ | Absent/Yes | Yes |Successful| Yes |Success |
+--------------+--------------+----------+-------------+-----------+ | Absent/Yes | Yes |Failed | Yes |Failure | +--------------+--------------+----------+-------------+-----------+
| Partial | Yes |Successful| No |Success | +--------------+--------------+----------+-------------+-----------+ | Partial | Yes |Failed | Yes |Failure |
+--------------+--------------+----------+-------------+-----------+ | No | Yes |Successful| No |Success | +--------------+--------------+----------+-------------+-----------+
| No | Yes |Failed | No |None | +--------------+--------------+----------+-------------+-----------+ | Absent/Yes | Absent/No |Successful| Yes   | |