Hi,
i use openfire server 4.0.2 and monitoring service plugin 1.5.1.
OS is Windows 2003 Server, DB is MS SQL 2005.
my problem is: i dont get a complete response for my request to get archived messages.
Request stanza:
<iq type='set' id='GetArchivedMessages'>
<query xmlns='urn:xmpp:mam:0'>
<x xmlns='jabber:x:data' type='submit'>
<field var='FORM_TYPE' type='hidden'>
<value>urn:xmpp:mam:0</value>
</field>
<field var='with'>
<value>mw2@rtsbonline02</value>
</field>
</x>
<set xmlns='http://jabber.org/protocol/rsm'>
<max>100</max>
</set>
</query>
</iq>
Response from openfire server:
<iq xmlns="jabber:client" type="result" id="GetArchivedMessages" to="mw@rtsbonline02/myTransOffice"/>
Please help me.