I’m using Smack v4.3.0 for Android. The issue is, when a user rejoins a group, all the chat histories are being delivered. Want to know how to disable this. I’m using the following code snippet for joining the group.
MultiUserChat multiUserChat=multiUserChatManager.getMultiUserChat(JidCreate.entityBareFrom("man@conference.localhost"));
multiUserChat.getEnterConfigurationBuilder(Resourcepart.from("sport")).requestNoHistory().build();
but it doesn’t work
please any help