Fixes checking for jabber contacts when calling from call history(jid with resource).

cusax-fix
Damian Minkov 14 years ago
parent 409c7065bd
commit 3bfbc47261

@ -288,7 +288,7 @@ else if(calleeAddress.endsWith(GOOGLE_VOICE_DOMAIN))
int bestPriority = -1;
if(!getProtocolProvider().getConnection().getRoster().contains(
calleeAddress) && !alwaysCallGtalk)
StringUtils.parseBareAddress(calleeAddress)) && !alwaysCallGtalk)
{
throw new OperationFailedException(
calleeAddress + " does not belong to our contact list",

Loading…
Cancel
Save