Subject: Implementing XEP-0136 by extending matrix
Hi Alex,
I'm trying to implement a function to get group chat history based on a simplified version of "XEP-0136: Message archiving".
Some problem that I have:
1. does Matrix implements Result set management(XEP-0059)?
2. how to define classes for custom xmpp element that has a collection of other custom xmpp elements as a child element ? Nevermind, found it after posting the question.
I'm trying to implement a function to get group chat history based on a simplified version of "XEP-0136: Message archiving".
Some problem that I have:
1. does Matrix implements Result set management(XEP-0059)?