Commit c4753f69 authored by n00dl3's avatar n00dl3

oops, wrong namespace

parent 9bd0d40d
......@@ -14,7 +14,7 @@ import com.reucon.openfire.plugin.archive.xep.AbstractXepSupport;
public class Xep0136Support extends AbstractXepSupport {
private static final String NAMESPACE_AUTO = "urn:xmpp:archive:auto";
private static final String IQ_NAMESPACE = "urn:xmpp:archive:auto";
private static final String IQ_NAMESPACE = "urn:xmpp:archive";
public Xep0136Support(XMPPServer server) {
super(server, NAMESPACE_AUTO,IQ_NAMESPACE, "XEP-0136 IQ Dispatcher");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment