Corrects reporting contact capabilities when going offline, make sure we use the status info from the Presence packet, as contact may still have not dispatched it and to be offline to us.

cusax-fix
Damian Minkov 14 years ago
parent 2d127c27d3
commit 817d77763e

@ -460,7 +460,7 @@ public void userCapsNodeRemoved(String user, String node, boolean online)
contact,
ContactCapabilitiesEvent.SUPPORTED_OPERATION_SETS_CHANGED,
getSupportedOperationSets(user,
contact.getPresenceStatus().isOnline()));
online));
}
else
{

Loading…
Cancel
Save