< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[repro-devel] MESSAGE Flow problem


Hi all,

Now i am able to send Instance Message Via repro using my IM client(exactly base on PJSIP). But i found that there is something wrong with the MESSAGE flow.My MESSAGE flow is following:

           |  F1 MESSAGE          |                         |
|--------------------> | |
| F2 407 | |
|<---------------------| |
| F3 MESSAGE | |
|--------------------> | |
| | F4 MESSAGE |
| | ----------------------->|
| | F5 200 OK |
| | <-----------------------|
| F6 200 OK | |
|<-------------------- | |
| | |
| | |
| | |
User 1 Proxy User 2

The above flow also can finish sending and receiving the MESSAGE. But in RFC3428, the example messages is following:

           |  F1 MESSAGE          |                         |
|--------------------> | F2 MESSAGE |
| | ----------------------->|
| | |
| | F3 200 OK |
| | <-----------------------|
| F4 200 OK | |
|<-------------------- | |
| | |
| | |
| | |
User 1 Proxy User 2
the Proxy just proxy the MESSAGE package. So How can i modify the repro codes?

Regards,
xutm