Is it possible to use cep-0136 to retrieve all chat history in a group chat? Actually what we are going to do is to implement a “load more earlier messages” functions in a public chartroom, we tried using request in section 7.1 and 7.2 to get the messages history but it only returns results with that occupant instead of the full messages. When we specify the Room JID in "with" attribute only user's messages of that room is return, seems openfire help us to define the collection?
Can cep-0136 achieve what we want or is there any other XMPP protocol that can be used to query all group chat history?
References:
http://xmpp.org/extensions/xep-0136.html#manage-list
Great thanks!