In OptionsRequestTask sendOptions(), we have :
SipTransactionContext ctx =
imsModule.getSipManager().sendSipMessageAndWait(options);
if (ctx.isSipResponse()) {
....
} else {
handleUserNotRegistered(ctx);
}
If we are in this case with a non RCS contact, then it will be marked as RCS.
The correction is just to use handleError instead of handleUserNotRegistered
Original issue reported on code.google.com by benoit.j...@gmail.com on 21 Mar 2014 at 8:03
Original issue reported on code.google.com by
benoit.j...@gmail.com
on 21 Mar 2014 at 8:03