bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

Group Chat: Notify with status "dialing-in" & "dialing-out" #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some IM servers can send NOTIFY with status "dialing-in" & "dialing-out".
Note that these status (“pending“, “dialing-in” and "dialing-out”) 
are not mandatory in the specification. 
But the stack uses the status "pending" and automatically sends callback with 
status. 
"dialing-in" & "dialing-out" are quite similar to the status "pending".Then, 
they can be replaced this one.

See more in the RFC 4575:
* dialing-in: Endpoint is dialing into the conference, not yet in the roster 
(probably being authenticated).
* dialing-out: Focus has dialed out to connect the endpoint to the conference, 
but the endpoint is not yet in the roster (probably being authenticated).

Original issue reported on code.google.com by benoit.j...@gmail.com on 31 Jan 2014 at 2:08

GoogleCodeExporter commented 8 years ago
corrected 
https://code.google.com/p/android-rcs-ims-stack/source/detail?r=392

Original comment by benoit.j...@gmail.com on 3 Feb 2014 at 10:36