I am developing a chatting application, where user will chats with one of the domain expert\'s group member. user uses my android app and domain expert uses spark web for ch
You can get groupchat history by using following code:
DiscussionHistory history = new DiscussionHistory();
history.setMaxStanzas(0);
multiUserChat.join("username", "password", history, SmackConfiguration.getPacketReplyTimeout());