Open archive features are not available

Hi,

Error in Open archive –

I am using

Open Archive version 1.0.4.

I have installed OpenArchive plugin in my openfire server . It is working there. After enabling its archiving feature i have tested my codes to get its feature.

For getting its feature i used this code

*<iq type='get' id='disco1'>
  <query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>*

But not getting these results –

<iq type='result' to='romeo@montague.net/orchard' id='disco1'>
  <query xmlns='http://jabber.org/protocol/disco#info'/>
    ...
    <feature var='http://www.xmpp.org/extensions/xep-0136.html#ns-auto'/>
    <feature var='http://www.xmpp.org/extensions/xep-0136.html#ns-encrypt'/>
    <feature var='http://www.xmpp.org/extensions/xep-0136.html#ns-manage'/>
    <feature var='http://www.xmpp.org/extensions/xep-0136.html#ns-manual'/>
    <feature var='http://www.xmpp.org/extensions/xep-0136.html#ns-pref'/>
    ...
  </query>
</iq>

Please help me , is there any issue in archive plugin or… Thanks,Gunjan

Looks like this issue: http://jira.reucon.org/browse/OA-8