ed33 / rcsjta

Automatically exported from code.google.com/p/rcsjta
1 stars 0 forks source link

Added feature tags to the SIP registration #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For the MultimediaSession to work in RCS network we need to add
the IARI to the SIP registration.
Added the IARI from the intent filter with action
"com.gsma.services.rcs.capability.EXTENSION" and mimeType the IARI
to the SIP registeration

Original issue reported on code.google.com by mb.sonymobile on 14 Apr 2014 at 6:37

GoogleCodeExporter commented 8 years ago
Yes this is planned in our backlog

Original comment by jmauffret@gmail.com on 14 Apr 2014 at 6:54

GoogleCodeExporter commented 8 years ago
Modification now available on branch issue-034

https://code.google.com/p/rcsjta/source/detail?r=6a97dfa3d75b9bf11a024aeadf32427
4ea3f5747&name=issue-034

Original comment by mb.sonymobile on 14 Apr 2014 at 7:10

GoogleCodeExporter commented 8 years ago
Since RCS 5.2 spec,
we should add a common ICSI for extensions in general in the REGISTER request:
+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gppservice.ims.icsi.gsma.rcs.extension"

So your patch is no more necessary.

Then we have done evolutions on the integration branch to manage messaging 
sessions and streaming sessions for extensions.

Original comment by jmauffret@gmail.com on 17 Jun 2014 at 8:21