I am unable to get group list with asmack version asmack-android-8-4.0.6.jar from XMPP I tried all the possible methods to get group names from xmpp,I was able to get in Pidjin clinet but not able to get using asmack,here is the code am using to get groups list
Collection<RosterGroup> entriesGroup = roster.getGroups();
List<String> joinedRooms = MultiUserChat.getJoinedRooms(DataManager.xmppConnection,DataManager.xmppConnection.getUser());