Fixes jabber calls.

cusax-fix
hristoterezov 13 years ago
parent 587c994d7d
commit c8fa7a17f6

@ -318,7 +318,7 @@ else if(calleeAddress.endsWith(GOOGLE_VOICE_DOMAIN))
// If there's no fullCalleeURI specified we'll discover the most
// connected one with highest priority.
if (fullCalleeURI == null)
fullCalleeURI = (isPrivateMessagingContact?
fullCalleeURI = (!isPrivateMessagingContact?
discoverFullJid(calleeAddress, alwaysCallGtalk) :
calleeAddress);

Loading…
Cancel
Save