Projects tigase _server server-core Issues #859
Message Archiving Component, Can't set archiving by default for all users (#859)
Won't Fix
来恩 周 opened 7 years ago
Due Date
2017-07-03

Hi, all.

When I set archiving by default for all users, it have an error.

I sent stanza like :


<pref xmlns="urn:xmpp:archive">

  <auto save="true" scope="global"/>

 <item jid="192.168.1.102" otr="forbid" save="body"/>

 <method type="auto" use="prefer"/>

 <method type="local" use="forbid"/>

 <method type="manual" use="concede"/>

It response stanza


 <auto save="true" scope="global"/>

<item save="body" jid="192.168.1.102" otr="forbid"/>

<method type="auto" use="prefer"/>

<method type="local" use="forbid"/>

<method type="manual" use="concede"/>
<feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
Andrzej Wójcik (Tigase) commented 7 years ago

It is not a bug. Message Archiving component is not capable of filtering on per contact jid. In your example you have:

which is not a supported feature by our Message Archiving component implementation and this error is to inform you about it.
issue 1 of 1
Type
Bug
Priority
Major
Assignee
RedmineID
5759
Version
tigase-server-8.0.0
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#859
Please wait...
Page is in error, reload to recover