Hello I'm getting the error. I have used this function on Strophe connection object.
here it's connection object this.connection = new Strophe.Connection(this.BOSH_SERVICE, { keepalive: true, });
here is the example -
this.connection.mam.query("you@example.com", { "with": "juliet@capulet.com", onMessage: function(message) { console.log("Message from ", $(message).find("forwarded message").attr("from"), ": ", $(message).find("forwarded message body").text()); return true; }, onComplete: function(response) { console.log("Got all the messages"); } });
getting below error.

Hello I'm getting the error. I have used this function on Strophe connection object.

here it's connection object
this.connection = new Strophe.Connection(this.BOSH_SERVICE, { keepalive: true, });here is the example -
this.connection.mam.query("you@example.com", { "with": "juliet@capulet.com", onMessage: function(message) { console.log("Message from ", $(message).find("forwarded message").attr("from"), ": ", $(message).find("forwarded message body").text()); return true; }, onComplete: function(response) { console.log("Got all the messages"); } });getting below error.