Feature not implemented error while accessing archived message

i am using Openfire 3.8.2 and have installed monitor plugin and enable the archiving for one to one chat.

now i am able to view the archive chat on the server side but when i pass a stanza i am getting feature not implemented

Request

<iq type='get' id='334'>

     <list xmlns='urn:xmpp:archive' with='user4@mydomain.com'>

      <set xmlns='http://jabber.org/protocol/rsm'>

         <max>30</max>

      </set>

     </list>

  </iq>

Response

<iq type="error" id="334" to="user1@mydomain.com/458">

      <error type="cancel" code="501">

       <feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>

     </error>

</iq>

can anyone tell me what i am missing here ? i have explored all the threads on stackoverflow but didn’t find any solution there

I know this is old question, but I have a similar problem for a Jitsi / Meet instalation

Some additional info:

  1. Openfire

Java Version:
1.7.0_76 Oracle Corporation – Java HotSpot™ Client VM
Appserver:
jetty/9.2.z-SNAPSHOT
Host Name:
ID3203
OS / Hardware:
Windows 7 / x86

  1. request/response

–request

–response

What is missing? Thank in advance.