impathuri / imsdroid

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

A question about 401 response #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Can the callback methods in Java code recevie 401 response from service?Or 
the 401 response have been processed in C code and will not be submitted up to 
Java code?

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

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by yuwenbin...@gmail.com on 16 Dec 2010 at 3:33

GoogleCodeExporter commented 8 years ago
Yes. The message will be received by onRegistrationEvent() callback and the 
event type will be either "tsip_ao_register" (answer to outgoing register) or 
"tsip_ao_unregister" (answer to outgoing unregister). The response to the 401 
will be automatically sent by the stack (C code) and you have noting to do. If 
the authentication fail, then the dialog will be terminated by the stack.

Original comment by boss...@yahoo.fr on 17 Dec 2010 at 2:56

GoogleCodeExporter commented 8 years ago
Is xcap the same as it?

Original comment by yuwenbin...@gmail.com on 17 Dec 2010 at 3:24

GoogleCodeExporter commented 8 years ago
Yes

Original comment by boss...@yahoo.fr on 24 Dec 2010 at 12:34