lgxace / rcsjta

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

Integrating RCS #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am new to Joyn development.

Please I just have a question:

Do I need a service provider to make this app functional (or I can just set up 
the app on two devices and expect them to communicate)?

What is the expected output? What do you see instead?
Joyn App

What version of the product are you using? On what operating system?
 SDK 3.2.3 on Android 

Please provide any additional information below.

Original issue reported on code.google.com by s.sogu...@gmail.com on 5 Aug 2015 at 4:34

GoogleCodeExporter commented 9 years ago
Yes you need a service provider (IMS/RCS service platform)

Original comment by jmauffret@gmail.com on 5 Aug 2015 at 5:41

GoogleCodeExporter commented 9 years ago
Hi,

Thanks very much for your response. 

I am currently running OpenIMSCore with the FHoSS database locally on my PC.

Can I link the Joyn App to this services platform? Is there a guide for this?

Regards.

Original comment by s.sogu...@gmail.com on 5 Aug 2015 at 6:06

GoogleCodeExporter commented 9 years ago
In my side I have also used another open soure IMS server named Kamailio 
(http://www.kamailio.org/w/). Then you need also an Application Server for 
Chat/Group Chat, but nothing exist under open source.

Original comment by jmauffret@gmail.com on 5 Aug 2015 at 9:27

GoogleCodeExporter commented 9 years ago
Thanks for your response once again.

So, what exactly can you do with the stack considering the paucity of open 
source AS for chat?

Were you able to implement any RCS service successfully?

Please excuse my questions, I just want to know if the stack is usable for me 
at the moment.

Regards.

Sent from Type Mail

Original comment by s.sogu...@gmail.com on 5 Aug 2015 at 7:03

GoogleCodeExporter commented 9 years ago
if you don't have a complete Telco platform (IMS, AS, Provisioning server) you 
can test the following via an open source SIP server:
- manual provisioning
- registration
- capabilities discovery via SIP OPTIONS
- 1-1 chat & FT (if you force active/passive mode in the code)
- content sharing during a call
- MM session.

Original comment by jmauffret@gmail.com on 6 Aug 2015 at 7:42