Subject: How to retrieve conversation history of users
Hi
I want to develop an application in .net and my requirement is to retrieve the conversations (Message) history of all users and store them in some Database.
In my case, the users can use different Jabber clients and different Jabber server. As far as I know (ref: http://xmpp.org/extensions/xep-0136.html#manage section: 7.2 Retrieving a Collection), it would be possible to get the message history by requesting from the Server.
As per the discussion on http://forum.ag-software.net/thread/1568-Retrieve-chat-his…, protocol classes for XEP-0136 are not implemented in MatriX.
Is it now implemented in MatriX? If yes, could you please share some code example?
Another requirement is: while retrieving the message history of a user, should I need to supply the password of the user in my application? Because, it will not be possible to ask the password of each users.
Please let me know if you need any further information.
Thanks
Prakash
I want to develop an application in .net and my requirement is to retrieve the conversations (Message) history of all users and store them in some Database.
In my case, the users can use different Jabber clients and different Jabber server. As far as I know (ref: http://xmpp.org/extensions/xep-0136.html#manage section: 7.2 Retrieving a Collection), it would be possible to get the message history by requesting from the Server.
As per the discussion on http://forum.ag-software.net/thread/1568-Retrieve-chat-his…, protocol classes for XEP-0136 are not implemented in MatriX.
Is it now implemented in MatriX? If yes, could you please share some code example?
Another requirement is: while retrieving the message history of a user, should I need to supply the password of the user in my application? Because, it will not be possible to ask the password of each users.
Please let me know if you need any further information.
Thanks
Prakash