bettybop68 / android-rcs-ims-stack

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

xcap problem #106

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.try to use sip2sip account

What is the expected output? What do you see instead?
xcap response null -1 

What version of the product are you using? On what operating system?
android emulator, 2.5.0

Please provide any additional information below.
sip register notify subscribe looks ok

Original issue reported on code.google.com by vanja.el...@gmail.com on 17 Mar 2013 at 10:51

GoogleCodeExporter commented 8 years ago
The issue is, that you are not allowed to do networking with the main thread in 
recent Android versions. The XCap operations must be put into a dedicated 
thread.

Original comment by cars...@ng-voice.com on 13 May 2013 at 11:05