Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.6.4
-
Fix Version/s: 3.7.0 beta
-
Component/s: Core
-
Labels:None
-
Acceptance Test - Add?:No
Description
Presence updates do not appear to be working correctly with shared groups and LDAP enabled.
Check line 128 of Roster.java. The call to hasMutualVisibility is using "userGroups" instead of "sharedGroups". Not sure if this is the root problem but changing to "sharedGroups" does make everything work correctly.